Closed
Bug 295644
Opened 20 years ago
Closed 20 years ago
endBatchTransaction() should call updateUndoRedoMenu()
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jminta, Assigned: mostafah)
Details
Attachments
(1 file)
|
356 bytes,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
If the first action performed after loading Sunbird/Calendar is a batch
transaction, Undo remains disabled. The updateUndoRedoMenu calls in
doTransaction still have no undo items listed, since the batch transaction
hasn't finished, so Undo never becomes enabled.
Steps to reproduce:
1.) Open Sunbird/Calendar.
2.) Select multiple tasks and delete them.
3.) Try to Undo.
| Reporter | ||
Comment 1•20 years ago
|
||
Patch to call updateUndoRedoMenu() in endBatchTransaction()
Attachment #184626 -
Flags: first-review?(mvl)
Comment 2•20 years ago
|
||
Comment on attachment 184626 [details] [diff] [review]
Call updateUndoRedoMenu()
r=mvl
Attachment #184626 -
Flags: first-review?(mvl) → first-review+
Comment 3•20 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•