Opened 11 years ago
Closed 11 years ago
#10568 closed defect (duplicate)
FontSize commands do not work if when re-selecting previous setting on unstyled text.
Reported by: | David Alan Hjelle | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Editor | Version: | 1.4.0 |
Keywords: | editor fontchoice font size | Cc: | |
Blocked By: | Blocking: |
Description
Steps to reproduce:
1) Load attached testcase.html with dojo 1.4. I'm using Firefox 3.5.
2) Double-click on word "text" to select it.
3) Choose size "xx-large" from the "Size" menu.
4) Double-click on word "Initial" to select it.
5) Choose size "xx-large" from "Size" menu.
Observed behavior:
- Size updates in menu, but not in text.
Expected behavior:
- Size updates in both menu and text.
Setting priorityChange to "true" in 391 of FontChoice?.js seems to fix the issue, but I suspect that may have undesirable cascading effects.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | testcase.html added |
---|
comment:1 Changed 11 years ago by
Owner: | set to Jared Jurkiewicz |
---|
Jared, I thought you fixed this recently.
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is already fixed in 1.4.1
Note: See
TracTickets for help on using
tickets.
Reduced test case.