Opened 12 years ago
Closed 12 years ago
#7632 closed defect (fixed)
[regression] editor: indent button is never enabled
Reported by: | Becky Gibson | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Editor | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I used to be able to use the indent button to indent list items but now the indent button is never enabled.
run dijit/tests/test_Editor.html select all of the text in the first editor an delete it click on the bullet list button create three bullets:
- one
- two
- three
put the cursor at the beginning of two. Click the indent button - note that it is marked as unavailable and clicking it does nothing. I should be able to indent an existing list item
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | Dijit → Editor |
---|---|
Owner: | set to liucougar |
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|---|
Priority: | normal → high |
Summary: | editor: indent button is never enabled → [regression] editor: indent button is never enabled |
comment:4 Changed 12 years ago by
adding a return in richtext._sCall() seems to fix this - can anyone think of any consequences to adding the return? This used to work even after the [13262] changes.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This seems related to the change for #6408 / [13262]