[Bug 23902] Special:Search NS selection Javascript broken

2011-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23902

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||diebu...@gmail.com
 Resolution||WORKSFORME

--- Comment #5 from DieBuche diebu...@gmail.com 2011-04-13 20:17:51 UTC ---
Can't reproduce anymore

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23902] Special:Search NS selection Javascript broken

2010-11-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23902

duplicate...@googlemail.com changed:

   What|Removed |Added

   Keywords||patch
 CC||duplicate...@googlemail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23902] Special:Search NS selection Javascript broken

2010-07-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23902

entli...@gmx-topmail.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||entli...@gmx-topmail.de
 Resolution|FIXED   |

--- Comment #2 from entli...@gmx-topmail.de 2010-07-07 01:41:32 UTC ---
I'm sorry to say that Guandalug is not entirely right. The bug was indeed made
worse by stuff in [[de:MediaWiki:Common.css]] (in that it became visible even
without https), but is present on any wiki that is on a https server.

What's going on is really weird. The links inside the buttons initially have
href attributes with a relative URL (e.g.
href=/wikipedia/de/w/index.php?title=Spezial:Suchefulltext=Suchens0=1redirs=0).
When they are clicked, they become absolute (e.g.
href=https://secure.wikimedia.org/wikipedia/de/w/index.php?title=Spezial:Suchefulltext=Suchens0=1redirs=0search=;).
And now the skins try to add neat icons next to them and mess around with the
padding, because the href attributes suddenly match rules like (from vector):

#content a[href ^=https://;],
.link-https {
background: url(images/lock-icon.png?2) center right no-repeat;
padding: 0 13px 0 0;
}

The easy CSS fix is to not let them do this (I'll implement this in
[[de:MediaWiki:Common.css]] and attach a patch). But I wonder why the URLs have
to become absolute at all.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23902] Special:Search NS selection Javascript broken

2010-07-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23902

--- Comment #3 from entli...@gmx-topmail.de 2010-07-07 01:44:26 UTC ---
Created an attachment (id=7556)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7556)
workaround in CSS

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23902] Special:Search NS selection Javascript broken

2010-07-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23902

--- Comment #4 from entli...@gmx-topmail.de 2010-07-07 02:04:39 UTC ---
Another (and probably better) approach is to let the skins add their icons only
if the class external is present (which it is not in this case). All the
skins would have to be checked, however.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23902] Special:Search NS selection Javascript broken

2010-06-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23902

Guandalug guanda...@nurfuerspam.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||guanda...@nurfuerspam.de
 Resolution||FIXED

--- Comment #1 from Guandalug guanda...@nurfuerspam.de 2010-06-11 18:56:48 
UTC ---
Bug was CSS-based, and deWP-specific. Fixed by repairing the CSS 'overrides'. 

http://de.wikipedia.org/w/index.php?title=MediaWiki%3ACommon.cssaction=historysubmitdiff=75462968oldid=75430138

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l