Closed
Bug 96328
Opened 24 years ago
Closed 24 years ago
can't outdent highlighted/selected text
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: sujay, Assigned: mozeditor)
Details
(Keywords: regression, Whiteboard: EDITORBASE; 1 day; fixinhand; need r=, sr=)
Attachments
(1 file)
2.01 KB,
patch
|
Details | Diff | Splinter Review |
using 8/21 build.
1) launch netscape
2) launch composer
3) insert text
4) select All
5) hit indent a few times
this works fine.
6) now try outdent
doesn't work.
works only if that text is not highlighted/selected.
Comment 2•24 years ago
|
||
sounds like a core regression
-->jfrancis
Assignee: brade → jfrancis
Keywords: regression
Assignee | ||
Comment 3•24 years ago
|
||
doh. outdent control (and menu item) is not even enabled.
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9.5
Comment 4•24 years ago
|
||
Also the shortcut keys (CTRL+-)does not outdent the text, it resizes the text.
Indent's shortcut keys do the same thing(CTRL+=). Even if they are not
highlighted, the shortcut keys do not work for this function.
Windows NT
Assignee | ||
Updated•24 years ago
|
Whiteboard: EDITORBASE; 1 day
Comment 5•24 years ago
|
||
This works the same for images too. But, if you reselect the image the outdent
will work.
Assignee | ||
Comment 6•24 years ago
|
||
Assignee | ||
Comment 7•24 years ago
|
||
above patch should fix the problem. act now and you will also receive a free
bonus fix for paste!
Whiteboard: EDITORBASE; 1 day → EDITORBASE; 1 day; fixinhand; need r=, sr=
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.6
r=syd, and yes, I actually understand (after an hour lecture by Dr. J.)
Assignee | ||
Comment 9•24 years ago
|
||
note to self:
kin suggests making util routine that does both GetPromotedRanges and
GetNodesForOperations. I agree.
Assignee | ||
Comment 10•24 years ago
|
||
fix checked in on trunk
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•