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)

defect

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)

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
Keywords: regression
Nominating because it is a recent regression of functionality that had been granted blocking2.0 in its previous incarnation.
blocking2.0: --- → ?
Whiteboard: [4b8]
blocking2.0: ? → betaN+
Blocks: 598154
Priority: -- → P2
Assignee: nobody → tim.taubert
Status: NEW → ASSIGNED
Depends on: 610242
Attached patch patch v1 (obsolete) — Splinter Review
Attachment #501907 - Flags: review?(ian)
Blocks: 605092
v1 + v2.6 from bug 610242 pushed to try today. Passed.
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+
Attachment #501907 - Flags: approval2.0?
(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 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?
Attached patch patch v2 (for checkin) (obsolete) — Splinter Review
Attachment #501907 - Attachment is obsolete: true
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
Attachment #502309 - Attachment is obsolete: true
bugspam (moving b9 to b10)
Blocks: 608028
bugspam (removing b9)
No longer blocks: 598154
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [4b8] → [4b8][softblocker]
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.
If you are in private browsing, sorry i forgot to mention.
Works for me in normal and private mode (using trunk version). This patch is not included in b9 but will be in b10.
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
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: