Closed
Bug 310348
Opened 20 years ago
Closed 15 years ago
designMode (midas) - middle click starts autoscroll instead of pasting X selection
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: rking, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9a1) Gecko/20050815 (No IDN) Firefox/1.0+rjkrjkrjk
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9a1) Gecko/20050815 (No IDN) Firefox/1.0+rjkrjkrjk
When designMode is on a field such as the one in the URL above, the X11
idiomatic "Middle-click pastes" doesn't work. Instead, you'll get the
Autoscroll compass.
Furthermore, there's no way to get at that info that I can find (Shift+Insert is
identical to Ctrl+V as far as using the clipboard instead of the Primary Selection)
Strangely enough, this site:
http://www.dannyayers.com/2003/08/wysiwyg/editor.html (which has a much smaller
codebase behind it - just around 50 lines of JS, compared to hundreds for RTE),
doesn't give the compass but doesn't paste, either. It seems to be the
exception to the rule, though, as most other designMode widgets I could find
have the Autoscroll behavior.
Reproducible: Always
Updated•20 years ago
|
Assignee: nobody → mozeditor
Component: OS Integration → Editor
Product: Firefox → Core
QA Contact: os.integration
Summary: designMode - Autoscroll Icon instead of X Selection Paste → designMode (midas) - middle click starts autoscroll instead of pasting X selection
Version: unspecified → Trunk
Comment 1•20 years ago
|
||
are you sure you have middlemouse.contentLoadURL set to true? see about:config
Yes, middlemouse.contentLoadURL is set to the default of true. Same for
middlemouse.paste.
Comment 3•20 years ago
|
||
Is this an issue in a current build?
Updated•19 years ago
|
QA Contact: editor
Updated•19 years ago
|
Assignee: mozeditor → nobody
Comment 4•15 years ago
|
||
Ryan is gone
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•