Closed
Bug 15439
Opened 26 years ago
Closed 24 years ago
right-clicking on link puts it into :focus state forever
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: dbaron, Assigned: mikepinkerton)
References
()
Details
DESCRIPTION: Right-clicking on a link puts it permanently into a state that
matches ":hover" in CSS.
STEPS TO REPRODUCE:
* Load http://www.fas.harvard.edu/~dbaron/
* Right click on a link
ACTUAL RESULTS: The link's background changes to maroon, and it stays that way.
EXPECTED RESULTS: The link's background should only be maroon while the mouse
pointer is over the link.
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-03-08-M11
| Reporter | ||
Updated•26 years ago
|
Assignee: don → trudelle
Component: Browser-General → XP Toolkit/Widgets
| Reporter | ||
Comment 1•26 years ago
|
||
Changing component to "XP Toolkit/Widgets" since this has to do with context
menus and I think that's the right place...
Updated•26 years ago
|
Assignee: trudelle → saari
Target Milestone: M15
Comment 2•26 years ago
|
||
reassigning to saari as p3 for m15
Updated•26 years ago
|
QA Contact: leger → elig
Comment 3•26 years ago
|
||
[Contextual menu bug --- QA Assigning to self.]
| Reporter | ||
Updated•26 years ago
|
Summary: right-clicking on link puts it into :hover state forever → right-clicking on link puts it into :focus state forever
| Reporter | ||
Comment 4•26 years ago
|
||
It's actually the :focus state, not the :hover state (the :focus and :hover
colors on the given page are the same - I quickly changed one of them to test).
Updated•26 years ago
|
Component: XP Toolkit/Widgets → XPMenus
QA Contact: elig → sairuh
Comment 5•26 years ago
|
||
reassign QA contact to me & updated component.
| Reporter | ||
Comment 7•26 years ago
|
||
But right clicking on a link does put it into :focus. Should it?
BULK MOVE: Changing component from XP Menus to XP Toolkit/Widgets: Menus. XP
Menus component will be deleted.
Component: XPMenus → XP Toolkit/Widgets: Menus
Comment 9•26 years ago
|
||
Pink, I think this is actually the bug with mouse events going to the parent
window instead of the popup.
Assignee: saari → pinkerton
Target Milestone: M15
| Assignee | ||
Comment 10•26 years ago
|
||
no, it has nothing to do with parent/child as far as i can tell. it's also XP,
though the mac seems to make the link active as well while the other platforms
don't.
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: PC → All
| Assignee | ||
Comment 12•26 years ago
|
||
moving all defects not directly related to P0 beta2 features off to M18.
Target Milestone: M16 → M18
Comment 14•26 years ago
|
||
mass-moving all bugs to m21 that are not dogfood+ or nsbeta2+ or nsbeta2-
Target Milestone: M19 → M21
Comment 15•26 years ago
|
||
*spam*: transferring current XP Menu bugs over to jrgm, the new component owner.
feel free to add me to the cc list (unless am the Reporter) of any of these, if
you have any questions/etc.
QA Contact: sairuh → jrgm
| Assignee | ||
Comment 16•25 years ago
|
||
futuring. it's easy to get out of this state, and mostly harmless.
Target Milestone: M21 → Future
| Assignee | ||
Comment 17•25 years ago
|
||
i suspect this is because we eat the event that dismisses the popup and don't
let it through to gecko. As a result, the click to take it out of the focus
state never gets through. Is this that bad? *shrug*
| Reporter | ||
Comment 18•25 years ago
|
||
As noted in the 7-25 comment above, this bug is less serious than it was when it
was originally filed.
Comment 19•25 years ago
|
||
I think this should be wontfix, because removing focus from the link (and
putting it where?) would make it impossible to focus a link using the mouse.
In IE, I can right-click a link and then click on the title bar to give the
link focus.
What's the bug number for eating clicks that dismiss context menus?
Comment 20•25 years ago
|
||
Hmm, maybe I misinterpreted the bug. I'm still confused about what the current
problem is.
Comment 21•24 years ago
|
||
Ok, I guess the question is whether a left-click that cancels a context menu
should move focus. I say it shouldn't, because it would be confusing to move
focus without also activating the element clicked on.
See bug 21390 for a discussion of whether a click cancelling a menu should "go
through".
| Reporter | ||
Comment 22•24 years ago
|
||
Agreed. The originally reported bug is fixed, and maybe there's nothing else to
do here.
Comment 23•24 years ago
|
||
Ok, wfm then.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•