Open
Bug 445131
Opened 17 years ago
Updated 5 years ago
invokeDragSessionWithImage doesn't draw the right region in tree with selection range
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect, P5)
Tracking
()
NEW
People
(Reporter: vingtetun, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008052912 Firefox/3.0
When dragging a nsITreeSelection from a xul tree containing different range, the actual image draw by invokeDragSessionWithImage not render the different range. Instead it seems to draw some (probably not) random area of the tree.
Reproducible: Always
Steps to Reproduce:
1.Go to Bookmarks -> Organize bookmarks
2.in the left pane select history
3.select the first and third entry of your history, not the second
4.try do drag them
Actual Results:
The generated dragging image is not the first and the third
Expected Results:
The generated dragging image is the first and the third
I use a linux box with ubuntu (GTK 2.12.0). I don't know if this bug happened on mac/windows.
Comment 1•17 years ago
|
||
On windows, no dragging image is shown at all when dragging multiple items, this way.
Status: UNCONFIRMED → NEW
Component: General → Drag and Drop
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → drag-drop
Version: unspecified → Trunk
| Reporter | ||
Comment 2•17 years ago
|
||
Thanks for response.
I'm able to reproduce this bug on MacOS X 10.5.4 the same way as describe for my linux box...
| Reporter | ||
Comment 3•17 years ago
|
||
I'm not able to reproduce my testcase now with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1) Gecko/20081007 Firefox/3.1b1
Comment 4•5 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•