[Bug 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 duplicate...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED CC||duplicate...@googlemail.com Resolution||INVALID --- Comment #9 from duplicate...@googlemail.com 2012-09-29 20:18:50 UTC --- Preference 'highlightbroken' was removed -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 Nemo_bis changed: What|Removed |Added Blocks||38638 -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 Krinkle changed: What|Removed |Added Version|1.16|unspecified -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 --- Comment #8 from Christopher Yeleighton 2011-05-29 15:21:11 UTC --- Because that would not work in browsers that do not support CSS. BTW, it should also say rel=nofollow. -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 DieBuche changed: What|Removed |Added CC||diebu...@gmail.com --- Comment #7 from DieBuche 2011-04-21 14:26:08 UTC --- Why not just like this -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 --- Comment #6 from Christopher Yeleighton 2010-11-28 10:50:33 UTC --- To finish the deal. disable the click event. onclick is discouraged, and it is likely to be deprecated; handlers should be set within the JS UI controller framework. Of couse, the exact code to use depends on the controller used. Please do not take that remark as an insult; I am sure your recipe was meant to be pseudocode. -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 Krinkle changed: What|Removed |Added CC||krinklem...@gmail.com --- Comment #5 from Krinkle 2010-11-27 14:39:35 UTC --- That will cause the page to akwardly scroll down untill that link is at the top of the window, which is not the expected behaviour. If one wans't to make the link jump to itself use #mw-input-highlightbroken which is the nearest ID. I suggest using href="#", which doesn't refresh/leave the page in any browser. In most modern browsers it does nothing, and in (some) Mozilla browsers it scrols back to the top (big deal). To finish the deal onclick="return false;" ? -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 --- Comment #4 from Christopher Yeleighton 2010-11-27 14:26:37 UTC --- And why is sending to the top worse than sending to the index? How about: Format broken links like this (alternative: like this ?) -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 Derk-Jan Hartman changed: What|Removed |Added CC||hart...@videolan.org --- Comment #3 from Derk-Jan Hartman 2010-11-27 12:40:46 UTC --- # will send you to the top (especially in Firefox for instance) In the preferences this is a bit dangerous, especially in skins with non-tabbed preferences. We could use the preferences JS, to hook the links and cancel their events of course @p858snake. Fudging it with CSS wouldn't be skin independent. -- 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 p858snake changed: What|Removed |Added CC||p858sn...@gmail.com --- Comment #2 from p858snake 2010-11-26 22:39:11 UTC --- Do we even need to have that message as a proper link? couldn't we just fudge it with some 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 26133] href="" is not OK for a dummy link
https://bugzilla.wikimedia.org/show_bug.cgi?id=26133 Ashar Voultoiz changed: What|Removed |Added CC||has...@free.fr Platform|PC |All OS/Version|Linux |All --- Comment #1 from Ashar Voultoiz 2010-11-26 22:26:15 UTC --- note: I am sure "#" will send you to the top of the document in some "old?" browsers. -- 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