Closed
Bug 91288
Opened 24 years ago
Closed 24 years ago
Aligning blank table cell in show all tags mode splits table
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: neil, Assigned: kinmoz)
Details
(Whiteboard: [fix in trunk][fix not in 0.9.2 branch])
Using Build ID: 2001071508
Steps to reproduce problem:
1. Open Editor.
2. Show All Tags (problem does not occur in normal or preview mode).
3. Insert the default 2x2 table.
4. Select the bottom left cell.
5. Click "Align Right".
Actual results: table is split into two by right-aligned paragraph.
I'll take this one.
Assignee: beppe → kin
Priority: -- → P3
Target Milestone: --- → mozilla0.9.3
FYI, you can reproduce this bug in normal mode by using Control-Left-Click with
the mouse to select the cell, and then hitting one of the alignment buttons on
the toolbar.
Note that this is similar to bug 91310, but it takes a slightly different code
path.
I just attatched a patch to bug 91310 that also fixes this bug.
Note the patch only addresses the splitting issue. I noticed that when in
all-tags mode, after you do the alignment, you can't place your caret in the
alignment DIV or the table cell. That is a different bug.
Whiteboard: FIX IN HAND see bug #91310 for fix
Fix checked into TRUNK:
mozilla/editor/base/nsHTMLEditRules.cpp revision 1.187
Whiteboard: FIX IN HAND see bug #91310 for fix → [fix in trunk][fix not in 0.9.2 branch]
Really marking fixed this time. :-)
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
•