Closed
Bug 4774
Opened 26 years ago
Closed 25 years ago
Style buttons should reflect current selection.
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: sujay, Assigned: sfraser_bugs)
References
Details
(Whiteboard: [PDT-] EB Fix date: 2/24)
using 4/7 build of apprunner on Windows
1) launch apprunner -editor
2) highlight some text.
3) click on Bold/Italic/underline button
here are the issues:
a) for italic and underline, the highlighting disappears after clicking
on those style buttons
b) for bold, still can't notice that the text looks bold thru the highlight.
I do see the font size increase thru the highlight.
(I might need to recheck this in the 4/8 build. fix might have not made it.
c) after clicking any of the style buttons(bold, italic, underline). To
change it back to the original text, it doesn't work. Buttons don't
revert to original text.
I was gonna file these as 3 separate bugs, but decided to lump everything
into one bug.
should have been 3 separate bugs. It's harder to track these issues now. In
the future, more bugs is better (my personal opinion, I know some people
disagree.)
the first 2 issues are fixed.
the third issue has to do with the way the XUL is hooked up to the editor. In
particular, we can't find out what style the selection has until we get the
out-param issue resolved. Simon is looking into this I think, so I'm
reassigning this bug to him.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•26 years ago
|
||
Not sure what's going on here, but I'll take a look.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Comment 7•26 years ago
|
||
M6.
Assignee | ||
Comment 8•26 years ago
|
||
I fixed the JS out params problem by converting those out params to strings,
in the appcore interface. The appcore now tries to remove tags "U", "B", and "I"
when you hit the remove styles button. It seems that we should remove all styles,
not just those, but I'm not sure how we'd achieve that.
Assignee | ||
Updated•26 years ago
|
Summary: style change issues. → Style buttons should reflect current selection.
Target Milestone: M6 → M7
Assignee | ||
Comment 9•26 years ago
|
||
M7, adjusted summary.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 10•26 years ago
|
||
M9
Assignee | ||
Comment 11•26 years ago
|
||
*** Bug 10936 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 12•26 years ago
|
||
This is almost all done, apart from the list buttons (for which bug 10661
exists), and the alignment, font and font size popups. They can wait until M10.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M11
Assignee | ||
Comment 13•25 years ago
|
||
M11 for the parts that are left.
Comment 14•25 years ago
|
||
moved to M12, the basic functionality is in place and the details can wait a
bit.
Updated•25 years ago
|
Summary: Style buttons should reflect current selection. → [BETA]Style buttons should reflect current selection.
Whiteboard: [BETA general cleanup]
Target Milestone: M12 → M14
Comment 15•25 years ago
|
||
moving to M14, pre-beta celanup
Updated•25 years ago
|
Whiteboard: [BETA general cleanup] → [PRE-BETA]
Comment 16•25 years ago
|
||
setting keyword
Keywords: beta1
Summary: [BETA]Style buttons should reflect current selection. → Style buttons should reflect current selection.
Whiteboard: [PRE-BETA]
Comment 17•25 years ago
|
||
This would be nice to have for beta 1, but not a stop ship. PDT-
Whiteboard: PDT-
Updated•25 years ago
|
Target Milestone: M14 → M15
Reporter | ||
Comment 18•25 years ago
|
||
adding EB in status summary...Ender Blocker
Whiteboard: PDT- → PDT- EB
Assignee | ||
Comment 19•25 years ago
|
||
This should get fixed by a checkin in nsTitledButtonFrame that hyatt will make
later today.
Assignee | ||
Updated•25 years ago
|
Whiteboard: PDT- EB → PDT- EB Fix date: 2/24
Comment 20•25 years ago
|
||
Per today's PDT with bijals, definitely PDT-.
Whiteboard: PDT- EB Fix date: 2/24 → [PDT-] EB Fix date: 2/24
Assignee | ||
Comment 21•25 years ago
|
||
This should work now, after a checkin by hyatt.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•