Closed
Bug 77427
Opened 24 years ago
Closed 24 years ago
advanced edit for table properties doesn't work <table>
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: Brade, Assigned: cmanske)
Details
(Whiteboard: [dialog]advanced edit)
Attachments
(2 files)
|
1.99 KB,
patch
|
Details | Diff | Splinter Review | |
|
876 bytes,
patch
|
Details | Diff | Splinter Review |
The advanced edit dialog doesn't seem to work for table properties.
* new composer page
* insert table (2x2 is fine)
* go back to properties
* switch to table tab
* click advanced edit button
* add some properties (like id=mytable and foo=bar)
* click OK to advanced edit button
* click advanced edit button to see that the properties are still listed there
* dismiss advanced edit dialog
* click OK to table dialog
* go to html source or back to advanced edit dialog for <table>
Notice that the attributes were never added.
| Assignee | ||
Comment 1•24 years ago
|
||
I'm in the middle of a major revision for this dialog, so I can't even test
this bug. It will be fixed "automatically" when bug 71743 is fixed.
| Assignee | ||
Comment 2•24 years ago
|
||
Adding keyword to track Advanced Edit dialog bugs that will be fixed with
bug 71743
Whiteboard: advanced edit
| Assignee | ||
Comment 3•24 years ago
|
||
Moving dependent Advance Edit Dialog bugs to 0.9.2
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Updated•24 years ago
|
| Reporter | ||
Comment 4•24 years ago
|
||
remove dependency on bug #71743
the fix there really has nothing to do with this bug (and doesn't fix it).
I think this bug is particular bad because we can change an existing id in the
dialog but it doesn't get recorded in the dom.
No longer depends on: 71743
| Assignee | ||
Comment 5•24 years ago
|
||
I disagree. This works fine in my build!
I added both "id" and "foo", and they show up in
HTML source after inserting a table.
I doesn't matter if we leave off the dependency, we will have to verify it
separately anyway.
| Reporter | ||
Comment 6•24 years ago
|
||
note: remember to get to the advanced edit dialog from the *table* tab (not the
cell tab)
Summary: advanced edit for table properties doesn't work → advanced edit for table properties doesn't work <table>
| Assignee | ||
Comment 7•24 years ago
|
||
| Assignee | ||
Comment 8•24 years ago
|
||
Patch fixes the problem after using Advanced Edit. Also fixes an error in the
table align code that prevented "right" align from working, as well as removing a
method that doesn't exist (SetSpanEnabled).
| Assignee | ||
Comment 9•24 years ago
|
||
sr=kin
Whiteboard: [dialog]advanced edit FIX IN HAND need r=, sr= → [dialog]advanced edit FIX IN HAND need r=
| Assignee | ||
Comment 10•24 years ago
|
||
r=sfraser
Whiteboard: [dialog]advanced edit FIX IN HAND need r= → [dialog]advanced edit
Updated•24 years ago
|
Whiteboard: [dialog]advanced edit → [dialog]advanced edit, fix in hand, need a=
Comment 11•24 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
| Assignee | ||
Comment 12•24 years ago
|
||
checked in.
| Assignee | ||
Comment 13•24 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•