Closed
Bug 570467
Opened 15 years ago
Closed 15 years ago
Default drag feedback doesn't appear anymore in many cases
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: dao, Assigned: tnikkel)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.27 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
For instance, links or images don't get the feedback, selected text however does. I noticed this today, probably regressed only a few days ago.
Reporter | ||
Updated•15 years ago
|
Keywords: regressionwindow-wanted
Comment 1•15 years ago
|
||
There seem to be no June 6 mac nightlies, so the best range I get here is http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b219912edfec&tochange=5b3604a3cfbe
Bug 563878 is a plausible reason this might have broken....
Blocks: 563878
Keywords: regressionwindow-wanted
Assignee | ||
Comment 2•15 years ago
|
||
Yeah, caused by part 1b (http://hg.mozilla.org/mozilla-central/rev/d5ca465f4238) of bug 563878.
Assignee | ||
Comment 3•15 years ago
|
||
The clip region we pass to PresShell::RenderNode in nsBaseDragService::DrawDrag was changed to be a stack variable from a pointer. So we end up passing an empty region in all the cases we used to pass null.
Assignee: nobody → tnikkel
Attachment #449746 -
Flags: review?(matspal)
Comment 4•15 years ago
|
||
Comment on attachment 449746 [details] [diff] [review]
patch
r=mats
Attachment #449746 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•15 years ago
|
Target Milestone: --- → mozilla1.9.3a5
Summary: Default drag feedback doesn't appear anymore in may cases → Default drag feedback doesn't appear anymore in many cases
Updated•14 years ago
|
blocking2.0: ? → final+
You need to log in
before you can comment on or make changes to this bug.
Description
•