Closed
Bug 21437
Opened 25 years ago
Closed 25 years ago
indent changes text to blockquote and jumps it around a bit
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
M14
People
(Reporter: sujay, Assigned: mozeditor)
Details
using 12/10 build of mozilla
1) launch apprunner
2) launch editor
3) enter some text
4) click in the text
5) click on the the right indent button on the toolbar
notice a couple of things:
a) as you continue to click on the right indent button you'll notice
the text jumps down a little
b) also notice the attribute changes to blockquote..it should stay normal.
all platforms.
Updated•25 years ago
|
Assignee: beppe → jfrancis
Comment 1•25 years ago
|
||
this probably has something to do with the ua.css file, as you hit the indent,
you are adding additional blockquotes, the ua.css file probably has a spacing
before for the <BLOCKQUOTE> element.
Adding pierre to the cc list and assigning to Joe. Can you guys think of any
kind of solution?
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
I could make the "indenting" form of blockquote have a special attribute, so that
we could tell it apart from "normal" blockquotes. This would allow us to fix the
problem of the paragraph format popup identifying indented text as a blockquote.
Updated•25 years ago
|
Target Milestone: M14
Comment 3•25 years ago
|
||
we could use the style attribute and override the ua.css, that way we wouldn't
be introducing unsupported attributes.
Comment 4•25 years ago
|
||
The behavior is the same in Nav4x: the text jumps down a bit too. The only issue
I see here is the format popup that displays idented text as blockquote, and I'm
not convinced that the best solution is to add a special attribute.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•25 years ago
|
||
dup of 17994
*** This bug has been marked as a duplicate of 17994 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•