Closed
Bug 76337
Opened 24 years ago
Closed 24 years ago
Change mouse pointer when selecting a link to a new window
Categories
(SeaMonkey :: General, enhancement)
SeaMonkey
General
Tracking
(Not tracked)
People
(Reporter: Tony.Tovar, Assigned: mpt)
References
()
Details
Currently, when you point at a link, the Mozilla mouse pointer changes from a
generic pointer to a link pointer. There is not, however, any differentiation
between regular links and links which will open a new window.
So, I would like to suggest that Mozilla use an alternate link pointer when you
point at a link which will open a new window.
(FYI - When you click SEARCH on the Mozilla bug-search page, it also opens a new
window, but I don't think this is a good example of my enhancement request since
form buttons don't cause the link pointer to appear.)
Comment 1•24 years ago
|
||
Whoa, good idea!
Comment 2•24 years ago
|
||
Marking NEW.
Assignee: asa → mpt
Status: UNCONFIRMED → NEW
Component: Browser-General → User Interface Design
Ever confirmed: true
QA Contact: doronr → zach
yes, we should try to do this, however it won't work perfectly (javascript urls
can do anything they like, and testdriving is not worth it), this will probably
not work on all platforms.
There are three or four states:
target=_new, target=somesiblingframe,
target=existingnamedframeThatisNotAsibling, target=inline
Ideally, we'd have different classes for each of these, and by default most of
them would share cursors.
Assignee | ||
Comment 4•24 years ago
|
||
The basic problem is to indicate whether or not a link will open in a new
window, before the user clicks the link. This bug and bug 14027 suggest
different implementations; I've resummarized bug 14027 to be
non-implementation-specific, and I'll mark this as a dup since these two bugs
will either be mutually exclusive or will be resolved at the same time.
*** This bug has been marked as a duplicate of 14027 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•