Open
Bug 90213
Opened 22 years ago
Updated 15 years ago
Specific mousepointer when hovering mouse over a mailto: link
Categories
(SeaMonkey :: UI Design, enhancement)
Tracking
(Not tracked)
NEW
Future
People
(Reporter: bugzilla2009, Unassigned)
References
(Blocks 2 open bugs, )
Details
A small but nice enhancement. Currently when you hover over any link the mousepointer changes to a hand. It could change more specific type of pointer depending on what type of link it was. It could be news:, ftp:, gopher: or whatever type you want a specific pointer for. Too much is overkill though and ruins simplicity. I can only see one useful linktype ... mailto: It would be nice that when you hovered you mouse over a mail link , the mousepointer would change into a the same link hang as normal but with a little letter in the upper right corner. Something like the little lettericon in the lower left corner of the browser.
not table specific, reassigning to core owner.
Assignee: karnaze → attinasi
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 3•21 years ago
|
||
Um. This really needs an icon to go in whatever place we put non-theme-specific icons first; then it could presumably be added by a simple alteration to html.css. Transferring to UI.
Assignee: attinasi → mpt
Component: Layout → User Interface Design
QA Contact: petersen → zach
Comment 4•21 years ago
|
||
This would probably depend on bug 38447 "Implement Handling of URI Values on CSS2 "cursor" Properties"
.
Assignee: mpt → blaker
Component: User Interface Design → XP Apps: GUI Features
QA Contact: zach → paw
Summary: [RFE] Specific mousepointer when hovering mouse over a mailto: link → Specific mousepointer when hovering mouse over a mailto: link
Comment 6•19 years ago
|
||
An MSIE add-on uses an envelop icon cursor for "mailto:" links: http://www.draig.de/LinkBar/ I think this is a nice and welcomed enhancement which also compensates a web design mistake spotted by J. Nielsen: 10. Mailto Links in Unexpected Locations http://www.useit.com/alertbox/20021223.html
Reporter | ||
Comment 7•19 years ago
|
||
Thanks for pointing it out :) It makes a little proud that I saw a webproblem before "the king of usability" Jakob Nielsen did. I have added the URL to LinkBar as this bugs showcase URL.
Comment 8•19 years ago
|
||
Testcase for this bug: http://www10.brinkster.com/doctorunclear/Bugzilla/MetaDemoPageCursors.html When viewing with MSIE 6, one can see the customized cursor, otherwise an equivalent image shows it.
Updated•19 years ago
|
Product: Core → Mozilla Application Suite
Comment 9•18 years ago
|
||
adding bug 38447 as a dependence, according to comment 4, it seems reasonable
Blocks: 38447
Comment 10•18 years ago
|
||
...now adding as a dependence (I've mismatched the field, sorry).
Reporter | ||
Comment 11•18 years ago
|
||
Now that official development for Seamonkey is gone shouldn't this be retargeted for Firefox ? Also since bug 38447 is now FIXED the road should be clear to implement this feature.
Comment 12•18 years ago
|
||
Christian, The current problem (the reason invoked which stops fixing this bug and others) with fixing this bug (and other similar: bug 169678, bug 246481) is that custom cursors could mislead users, could deceive users, could be used to mislead users: no hint is better than abused hinting. See bug 169678#c27 We all know there is already a lot of deception, misleading, misrepresentation, usurpation, carefully crafted deceiving going on on the web these days. OTOH, there is nothing preventing you from using custom cursors and coding your userContent.css file accordingly (1)... or even generating content with :after for special links (2). Adding a custom image after a "mailto:" link is also more useful, reliable (from the user's perspective) than a dynamic change of the cursor, IMO. (1): a[href^="mailto:"]:not([onclick]) {cursor: url("Your_Custom_Mailto_Cursor.cur") !important, auto;} (2) a[href^="mailto:"]:not([onclick]):after {content: url("Your_Custom_Mailto_Image.gif");}
Comment 13•18 years ago
|
||
Testcase for this bug now at: http://www.gtalbot.org/BugzillaSection/MetaDemoPageCursors.html
Updated•16 years ago
|
Assignee: bross2 → guifeatures
QA Contact: pawyskoczka
Comment 14•15 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: guifeatures
You need to log in
before you can comment on or make changes to this bug.
Description
•