Closed
Bug 38123
Opened 25 years ago
Closed 24 years ago
Need to revert links back to original color after drag/drop
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: bugzilla, Assigned: mikepinkerton)
Details
Build ID: 2000050308
Steps to Reproduce:
(1) Drag a link onto the toolbar (release the mouse when the standard "NO"
cursor appears)
The link remains the color it turned when the mouse was down on it, rather than
reverting back to its normal color; it doesn't revert until a click on the
scrollbar or in the content area.
Marc: this is either in style or UI. Please triage.
Assignee: rickg → attinasi
Comment 2•25 years ago
|
||
Same problem if the link is invalid; the link color does not change back until
you click on the document or another link, or otherwise get the focus off of the
dragged link. I'll look into it to see what's up.
Status: NEW → ASSIGNED
Comment 3•25 years ago
|
||
The problem appears to be that the EventStateManager is never being notified
that the content element is no longer active, so it is being correctly styled in
the active color. Clicking elsewhere causes a new active element, taking the old
element out of the active state, so again it is correctly styled. We need to
clear the content's active state after the drag. Forwarding to appropriate
engineer when I find out who that is.
Comment 4•25 years ago
|
||
Making a guess that this might be one for Pinkerton... Please see my previous
comment regarding the active state for the element not being cleared.
Assignee: attinasi → pinkerton
Status: ASSIGNED → NEW
Reporter | ||
Comment 5•25 years ago
|
||
Actually, this seems to just be a general problem with drag and drop -- even if
the drop is successful, the color still won't change back (it seems).
Resummarizing to reflect this...
Summary: Need to revert links back to original color after failed drag/drop → Need to revert links back to original color after drag/drop
Assignee | ||
Comment 6•25 years ago
|
||
odd, this works fine on mac. must be a problem with the dragexit not being sent
or something. hmmmm. ok. i'll bite, but not a high priority.
Status: NEW → ASSIGNED
Target Milestone: --- → M20
Comment 7•25 years ago
|
||
Mass-moving all M20-M30 XPToolkit bugs to Future
Target Milestone: M20 → Future
Assignee | ||
Updated•24 years ago
|
Severity: normal → trivial
Target Milestone: Future → mozilla1.0
Reporter | ||
Comment 9•24 years ago
|
||
not seeing this anymore
Assignee | ||
Comment 10•24 years ago
|
||
yeah, we changed the selection behavior with link dragging so that the link is
now selected when it's dragged, so i guess we can't see if it is focussed or active.
WFM?
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 11•24 years ago
|
||
VERIFIED on Mac OS 9.0.4 10-24-08 branch bits. Trunk anyone?
Keywords: vtrunk
Reporter | ||
Comment 12•24 years ago
|
||
vrfy wfm in new winME build. the problem is just masked, as pink said, but I
think this is a dup of bug 48857 anyways (in which case attinasi's 5/04 comment
might be helpful)
oh, hiya pink!
Status: RESOLVED → VERIFIED
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•