Closed
Bug 47428
Opened 25 years ago
Closed 25 years ago
Can't drag content into textboxes
Categories
(Core :: DOM: Editor, defect, P4)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: mikepinkerton)
Details
(Whiteboard: [nsbeta3+][minus])
Build ID: 2000080208 M18 Win98
You can no longer drag links/plain text from one page into HTML textboxes that
are in the same page. This is due to pink's d&d changes...
Comment 1•25 years ago
|
||
this sounds a *lot* like #44310
Assignee | ||
Comment 2•25 years ago
|
||
here's the problem as i see it:
editor may very well set the dragSession.canDrop flag to true but the event is
bubbling up to the content area which then sets the flag to false.
when realizing a drag event can be handled, ender needs to call PreventBubble()
on the dom event to stop anyone else from seeing it.
Assignee: pinkerton → kin
Comment 3•25 years ago
|
||
setting to nsbeta3+
Reporter | ||
Comment 4•25 years ago
|
||
This isn't 44310; This just broke with pink's changes. 44310 is textbox to
textbox, this is anything to textbox.
Comment 5•25 years ago
|
||
adding pink to cc list -- pink, any idea as to what changes you made to make
this happen?
Assignee | ||
Comment 6•25 years ago
|
||
yeah, i changed things in navigator's d&d. the problem is that this is bubbling
up to navigator and it's being rejected there after being approved by editor.
just don't bubble.
Passing to anthonyd ... the new editor D&D master. ;-)
Assignee: kin → anthonyd
oh man. pink can I meet with you to go over this?
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•25 years ago
|
||
sure tony, come over when you want to chat.
Comment 10•25 years ago
|
||
PDT is downgrading to [nsbeta3-], this is not critical to PR3 and RTM. User can
cut and paste content.
Whiteboard: [nsbeta3+] → [nsbeta3-][minus]
Comment 11•25 years ago
|
||
no, putting back on radar
Whiteboard: [nsbeta3-][minus] → [nsbeta3+][minus]
Comment 12•25 years ago
|
||
reassiging but to pinkerton for him to close. i sat with him and saw his fix,
all is good. he will check it in when the tree opens.
anthonyd
Assignee: anthonyd → pinkerton
Status: ASSIGNED → NEW
Assignee | ||
Comment 13•25 years ago
|
||
shaZAAAM!
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•25 years ago
|
||
vrfy fixed in a build just pulled on win98. nice job. now if only 44310 were
fixed...
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•