Closed
Bug 618828
Opened 14 years ago
Closed 14 years ago
Cannot access search results from secondary window via click
Categories
(Firefox Graveyard :: Panorama, defect, P2)
Firefox Graveyard
Panorama
Tracking
(blocking2.0 betaN+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: vladmaniac, Assigned: ttaubert)
References
Details
(Keywords: regression, Whiteboard: [4b8][softblocker])
Attachments
(1 file, 2 obsolete files)
5.97 KB,
patch
|
Details | Diff | Splinter Review |
Build ID:
Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101212 Firefox/4.0b8pre
Steps:
1. Make sure you have some browsed content in a few tabs
2. Open a site (e.g. www.yahoo.com) in a new window
3. Bring up panorama and search for "yahoo"
Behavior:
You should see the result in the bottom of the screen, as a tab from another window. Clicking on the result does not direct you to the specific page.
This bug is a regression from bug 598691, and was filed due to
https://bugzilla.mozilla.org/show_bug.cgi?id=598691#c11
Reporter | ||
Updated•14 years ago
|
Keywords: regression
Comment 1•14 years ago
|
||
Nominating because it is a recent regression of functionality that had been granted blocking2.0 in its previous incarnation.
blocking2.0: --- → ?
Updated•14 years ago
|
Whiteboard: [4b8]
Updated•14 years ago
|
blocking2.0: ? → betaN+
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → tim.taubert
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #501907 -
Flags: review?(ian)
Assignee | ||
Comment 3•14 years ago
|
||
v1 + v2.6 from bug 610242 pushed to try today. Passed.
Comment 4•14 years ago
|
||
Comment on attachment 501907 [details] [diff] [review]
patch v1
> #searchbox{
> position: absolute;
> right: 20px;
> top: 20px;
>+ pointer-events: auto;
> }
Forgive my ignorance, but how does this fix it?
At any rate, since it seems to, I'm all for it.
Attachment #501907 -
Flags: review?(ian) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #501907 -
Flags: approval2.0?
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> Comment on attachment 501907 [details] [diff] [review]
> Forgive my ignorance, but how does this fix it?
#search { pointer-events: none; }
This was the original state added with bug 594433.
Citing from https://developer.mozilla.org/en/CSS/pointer-events
"none - The element is never the target of mouse events, although mouse events may target its descendant elements if those descendants have pointer-events set to some other value, in which case mouse events will trigger event listeners on this element as appropriate on their way to/from the descendant during the event capture/bubble phases."
So after reading this it got clear that the clickable elements #searchbox and #results>.inlineMatch (descendants of #search) needed to be set to at least 'pointer-events: auto' to be clickable targets again. I had a quick look at tabview.css when starting to investigate this bug and was curious about what 'pointer-events' is :)
Comment 6•14 years ago
|
||
Comment on attachment 501907 [details] [diff] [review]
patch v1
Interesting! Thanks.
Btw, this bug is a blocker, so it doesn't need approval (blocking is like pre-approval); please package for landing!
Attachment #501907 -
Flags: approval2.0?
Assignee | ||
Comment 7•14 years ago
|
||
Attachment #501907 -
Attachment is obsolete: true
Assignee | ||
Updated•14 years ago
|
No longer depends on: 610242
Keywords: checkin-needed
Summary: Cannot access tabs from secondary window via click → Cannot access search results from secondary window via click
Assignee | ||
Comment 8•14 years ago
|
||
Attachment #502309 -
Attachment is obsolete: true
Comment 11•14 years ago
|
||
Updated•14 years ago
|
Whiteboard: [4b8] → [4b8][softblocker]
Comment 12•14 years ago
|
||
Build identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b9) Gecko/20100101 Firefox/4.0b9
This bug is still reproducible.
Comment 13•14 years ago
|
||
If you are in private browsing, sorry i forgot to mention.
Assignee | ||
Comment 14•14 years ago
|
||
Works for me in normal and private mode (using trunk version). This patch is not included in b9 but will be in b10.
Reporter | ||
Comment 15•14 years ago
|
||
This is verified on
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b10) Gecko/20100101 Firefox/4.0b10
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•