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)

defect

Tracking

()

VERIFIED DUPLICATE of bug 17994

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.
Assignee: beppe → jfrancis
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?
Status: NEW → ASSIGNED
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.
Target Milestone: M14
we could use the style attribute and override the ua.css, that way we wouldn't be introducing unsupported attributes.
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.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
dup of 17994 *** This bug has been marked as a duplicate of 17994 ***
Status: RESOLVED → VERIFIED
verified in 12/3 build.
You need to log in before you can comment on or make changes to this bug.