Closed
Bug 496277
Opened 16 years ago
Closed 16 years ago
unit test for bug 496103 (browser_drag_bookmarks_on_toolbar.js) fails on Linux
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Gavin, Assigned: mak)
References
Details
Attachments
(1 file)
1.89 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Not sure why, see:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1244095054.1244099427.29941.gz&fulltext=1
I had to disable it:
https://hg.mozilla.org/mozilla-central/rev/9d6f5ab54933
Assignee | ||
Comment 1•16 years ago
|
||
just for curiosity, any reason you have not used navigator.platform?
Reporter | ||
Comment 2•16 years ago
|
||
I went with something tried&tested, it was 3:30AM :)
http://mxr.mozilla.org/mozilla-central/source/browser/components/shell/test/browser_420786.js#83
Assignee | ||
Comment 3•16 years ago
|
||
i asked because maybe there was a reason to not use navigator.platform, since i usually use that. I learn something new every day :)
About linux, it has strange interactions between menus and drag&drop, i had to workaround those in toolbar.xml, so that actually i have to detect a drag and prevent popupshowing event. I have not yet tried if the D&D regression is fixed on linux, but i've spent some time fixing my env, so now i can run all supported OS at the same time, will check soon if we can support the test in Linux.
Assignee | ||
Comment 4•16 years ago
|
||
the problem on linux is the drag threshold, looks like we need to move 8 pixels before a drag starts, so setting the increment to 9 instead of 8 makes the test pass.
Assignee: nobody → mak77
Assignee | ||
Comment 5•16 years ago
|
||
Assignee | ||
Comment 6•16 years ago
|
||
Comment on attachment 381656 [details] [diff] [review]
patch v1.0
trybuilds did not show any error in Places browser chrome test, so this should be fine.
Attachment #381656 -
Flags: review?(gavin.sharp)
Reporter | ||
Updated•16 years ago
|
Attachment #381656 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•16 years ago
|
Whiteboard: [can land
Assignee | ||
Updated•16 years ago
|
Whiteboard: [can land → [can land]
Assignee | ||
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: [can land]
You need to log in
before you can comment on or make changes to this bug.
Description
•