Closed
Bug 462658
Opened 16 years ago
Closed 16 years ago
Folder drop down in Bookmarks contextual dialog cannot be closed
Categories
(Core :: Widget: Win32, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9.1b2
People
(Reporter: whimboo, Assigned: masayuki)
Details
(Keywords: regression)
Attachments
(2 files)
16.50 KB,
image/png
|
Details | |
1.36 KB,
patch
|
emaijala+moz
:
review+
roc
:
superreview+
beltzner
:
approval1.9.1b2+
|
Details | Diff | Splinter Review |
Opening the folder drop down within the bookmarks contextual dialog to choose the destination folder doesn't let you to close it again. It still pops-up again. That's a regression which starts happening between these builds:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/2008080403 Minefield/3.1a2pre ID:2008080403
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/2008080503 Minefield/3.1a2pre ID:2008080503
Checkins in this timeframe: http://tinyurl.com/6mbxly
No idea if bug Bug 433340 could be the cause of the regression. Masayuki?
Reporter | ||
Comment 1•16 years ago
|
||
Just to give an additional note: this doesn't happen on OS X. Looks like Windows only.
Assignee | ||
Comment 2•16 years ago
|
||
I'm not sure what is a problem. Would you explain the detail?
Reporter | ||
Comment 3•16 years ago
|
||
Sure. See the attached screenshot.
Opening the drop down by clicking on it shows up the list of folders. But clicking again on "Unfiled Bookmarks" or the blue arrow lets the drop down open again. Means as often you click you cannot close it that way.
Assignee | ||
Comment 4•16 years ago
|
||
Ah, it's not really my regression. But I'm checking the cause.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → masayuki
Component: Places → Widget: Win32
Product: Firefox → Core
QA Contact: places → win32
Assignee | ||
Comment 5•16 years ago
|
||
this is a bug of win32 widget. gRollupConsumeEvent is updated in nsIRollupListener::Rollup. We should cache the value in local variable.
Attachment #345921 -
Flags: review?(emaijala)
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 6•16 years ago
|
||
Thanks Masayuki. Do you know which patch/bug this could have this bug introduced?
Assignee | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
> Thanks Masayuki. Do you know which patch/bug this could have this bug
> introduced?
I think that this bug is not a regression. Even if my patch is turning point to reproduce this bug, this bug is there since mozilla beginning, probably.
Reporter | ||
Comment 8•16 years ago
|
||
Ok, but it's strange that it only happens within the bookmarks contextual dialog. All other instances of the whole ui aren't affected.
So we can say that bug 433340 has started the visual appearance in the dialog?
Updated•16 years ago
|
Attachment #345921 -
Flags: review?(emaijala) → review+
Assignee | ||
Updated•16 years ago
|
Attachment #345921 -
Flags: superreview?(roc)
Attachment #345921 -
Flags: superreview?(roc) → superreview+
Assignee | ||
Comment 9•16 years ago
|
||
Comment on attachment 345921 [details] [diff] [review]
Patch v1.0
The risk is very low. And this bug is a regression.
Attachment #345921 -
Flags: approval1.9.1b2?
Comment 10•16 years ago
|
||
Comment on attachment 345921 [details] [diff] [review]
Patch v1.0
a191b2=beltzner
Attachment #345921 -
Flags: approval1.9.1b2? → approval1.9.1b2+
Assignee | ||
Comment 11•16 years ago
|
||
landed to trunk.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1b2
Reporter | ||
Comment 12•16 years ago
|
||
Verified with Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b2pre) Gecko/20081118 Minefield/3.1b2pre (.NET CLR 3.5.30729) ID:20081118035322
Thanks Masayuki!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•