Closed Bug 47428 Opened 25 years ago Closed 25 years ago

Can't drag content into textboxes

Categories

(Core :: DOM: Editor, defect, P4)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

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...
this sounds a *lot* like #44310
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
setting to nsbeta3+
Keywords: correctness, nsbeta3
Priority: P3 → P4
Whiteboard: [nsbeta3+]
Target Milestone: --- → M18
This isn't 44310; This just broke with pink's changes. 44310 is textbox to textbox, this is anything to textbox.
adding pink to cc list -- pink, any idea as to what changes you made to make this happen?
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
sure tony, come over when you want to chat.
PDT is downgrading to [nsbeta3-], this is not critical to PR3 and RTM. User can cut and paste content.
Whiteboard: [nsbeta3+] → [nsbeta3-][minus]
no, putting back on radar
Whiteboard: [nsbeta3-][minus] → [nsbeta3+][minus]
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
shaZAAAM!
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
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.