Fwd: Re: [Bug 771949] problem in Safari
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
bug-771949-316486@https.bug... | 04 Oct 10:04 | |
bug-771949-316486-gEfmnPQZQ... | 04 Oct 10:04 | |
1578f2305dd.dff057f949738.1... | 04 Oct 10:04 | |
Fwd: Re: [Bug 771949] problem in Safari | ugajin | 04 Oct 10:04 |
[Bug 771949] problem in Safari | gimp-users.mbourne@spamgourmet.com | 08 Oct 19:03 |
[Bug 771949] problem in Safari | ugajin | 09 Oct 10:24 |
Fwd: Re: [Bug 771949] problem in Safari
Sorry, to have to start a new thread. I tried replying directly, but the e-mail bounced, and I am prevented from logging in (see message below). Thanks
-u
============ Forwarded message ============
From : <ugajin@zoho.com>
To : "gimp-web" (GNOME Bugzilla)"<bugzilla@gnome.org>
Date : Tue, 04 Oct 2016 10:00:19 +0000
Subject : Re: [Bug 771949] problem in Safari
============ Forwarded message ============
I use Safari mostly for sites that require passwords, so it is not without irony that I find that I must reply by e-mail and that I am prevented from logging in to GNOME Bugzilla.
However, in answer to your question, perhaps the following information may help. In developer mode there are 5 warnings shown in the Safari console, which I note are not present in Google.
font-awesome.min.css:4:1907 Unexpected CSS token: : font-awesome.min.css:4:2070 Unexpected CSS token: : font-awesome.min.css:4:2236 Unexpected CSS token: : font-awesome.min.css:4:2407 Unexpected CSS token: : font-awesome.min.css:4:2580 Unexpected CSS token: :
These in turn each refer to the attribute higlighted in the following css rules:
.fa-rotate-90 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.fa-rotate-180 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.fa-rotate-270 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.fa-flip-horizontal {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.fa-flip-vertical {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1)
}
Please let me know if this helps, and/or if I can be of further help or assistance.
-u
---- On Tue, 04 Oct 2016 08:22:05 +0000 "gimp-web" (GNOME Bugzilla)<bugzilla@gnome.org> wrote ----
Michael Schumacher changed bug 771949
What Removed Added
Status UNCONFIRMED NEEDINFO
Ever confirmed 1
Comment # 1 on bug 771949 from Michael Schumacher Very few of us use the OSX/macOS platform, so debugging this will most likely have to be done by you. Is there some web developer extension you can install in Safari to check what is happening?
You are receiving this mail because: You reported the bug.
[Bug 771949] problem in Safari
I don't think I've ever tried emailing replied to bug notifications, but not surprised that doesn't work otherwise they'd probably get filled with spam. You should be able to log in at though, using the same username and password as when you reported that bug. Did you get any errors when you tried doing that?
I've added your comments to the bug, but can't help much more than that since I don't use a Mac or Safari.
Mark.
ugajin wrote:
Sorry, to have to start a new thread. I tried replying directly, but the e-mail bounced, and I am prevented from logging in (see message below). Thanks
-u
============ Forwarded message ============
From : <ugajin@zoho.com>
To : "gimp-web" (GNOME Bugzilla)"<bugzilla@gnome.org> Date : Tue, 04 Oct 2016 10:00:19 +0000 Subject : Re: [Bug 771949] problem in Safari ============ Forwarded message ============
I use Safari mostly for sites that require passwords, so it is not without irony that I find that I must reply by e-mail and that I am prevented from logging in to GNOME Bugzilla.
However, in answer to your question, perhaps the following information may help. In developer mode there are 5 warnings shown in the Safari console, which I note are not present in Google.
font-awesome.min.css:4:1907 Unexpected CSS token: : font-awesome.min.css:4:2070 Unexpected CSS token: : font-awesome.min.css:4:2236 Unexpected CSS token: : font-awesome.min.css:4:2407 Unexpected CSS token: : font-awesome.min.css:4:2580 Unexpected CSS token: :
These in turn each refer to the attribute higlighted in the following css rules:
.fa-rotate-90 { filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg);
transform: rotate(90deg)
}.fa-rotate-180 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);
transform: rotate(180deg)
}.fa-rotate-270 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg);
transform: rotate(270deg)
}.fa-flip-horizontal {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1);
transform: scale(-1, 1)
}.fa-flip-vertical {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1);
transform: scale(1, -1)
}Please let me know if this helps, and/or if I can be of further help or assistance.
-u
---- On Tue, 04 Oct 2016 08:22:05 +0000 "gimp-web" (GNOME Bugzilla)<bugzilla@gnome.org> wrote ----
Michael Schumacher changed bug 771949 What Removed Added
Status UNCONFIRMED NEEDINFO
Ever confirmed 1Comment # 1 on bug 771949 from Michael Schumacher Very few of us use the OSX/macOS platform, so debugging this will most likely have to be done by you. Is there some web developer extension you can install in Safari to check what is happening?
You are receiving this mail because: You reported the bug.
_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
[Bug 771949] problem in Safari
Thanks for re-posting.
I am now able to login to bugzilla, but I am not clear what caused the issue. Perhaps, I should file a bug report about Bugzilla!
Thanks again.
-u
---- On Sat, 08 Oct 2016 19:03:15 +0000 <gimp-users.mbourne@spamgourmet.com> wrote ----
I don't think I've ever tried emailing replied to bug notifications, but
not surprised that doesn't work otherwise they'd probably get filled
with spam. You should be able to log in at <https://bugzilla.gnome.org/>
though, using the same username and password as when you reported that
bug. Did you get any errors when you tried doing that?
I've added your comments to the bug, but can't help much more than that
since I don't use a Mac or Safari.
Mark.
ugajin wrote:
> Sorry, to have to start a new thread. I tried replying directly, but the e-mail bounced, and I am prevented from logging in (see message below).
> Thanks
>
> -u
>
> ============ Forwarded message ============
>>From : <ugajin@zoho.com>
> To : "gimp-web" (GNOME Bugzilla)"<bugzilla@gnome.org>
> Date : Tue, 04 Oct 2016 10:00:19 +0000
> Subject : Re: [Bug 771949] problem in Safari
> ============ Forwarded message ============
>
> I use Safari mostly for sites that require passwords, so it is not without irony that I find that I must reply by e-mail and that I am prevented from logging in to GNOME Bugzilla.
>
> However, in answer to your question, perhaps the following information may help. In developer mode there are 5 warnings shown in the Safari console, which I note are not present in Google.
>
> font-awesome.min.css:4:1907 Unexpected CSS token: :
> font-awesome.min.css:4:2070 Unexpected CSS token: :
> font-awesome.min.css:4:2236 Unexpected CSS token: :
> font-awesome.min.css:4:2407 Unexpected CSS token: :
> font-awesome.min.css:4:2580 Unexpected CSS token: :
>
> These in turn each refer to the attribute higlighted in the following css rules:
>
> .fa-rotate-90 {
> filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
> -webkit-transform: rotate(90deg);
> -ms-transform: rotate(90deg);
> transform: rotate(90deg)
> }
>
> .fa-rotate-180 {
> filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
> -webkit-transform: rotate(180deg);
> -ms-transform: rotate(180deg);
> transform: rotate(180deg)
> }
>
> .fa-rotate-270 {
> filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
> -webkit-transform: rotate(270deg);
> -ms-transform: rotate(270deg);
> transform: rotate(270deg)
> }
>
> .fa-flip-horizontal {
> filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
> -webkit-transform: scale(-1, 1);
> -ms-transform: scale(-1, 1);
> transform: scale(-1, 1)
> }
>
> .fa-flip-vertical {
> filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
> -webkit-transform: scale(1, -1);
> -ms-transform: scale(1, -1);
> transform: scale(1, -1)
> }
>
> Please let me know if this helps, and/or if I can be of further help or assistance.
>
> -u
>
> ---- On Tue, 04 Oct 2016 08:22:05 +0000 "gimp-web" (GNOME Bugzilla)<bugzilla@gnome.org> wrote ----
>
> Michael Schumacher changed bug 771949
> What Removed Added
> Status UNCONFIRMED NEEDINFO
> Ever confirmed 1
>
> Comment # 1 on bug 771949 from Michael Schumacher Very few of us use the OSX/macOS platform, so debugging this will most likely have to be done by you. Is there some web developer extension you can install in Safari to check what is happening?
>
> You are receiving this mail because: You reported the bug.
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> gimp-user-list mailing list
> List address: gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives: https://mail.gnome.org/archives/gimp-user-list
>
>
_______________________________________________
gimp-user-list mailing list
List address: gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives: https://mail.gnome.org/archives/gimp-user-list