Ticket #5107 (closed defect: fixed)

Opened 13 months ago

Last modified 11 months ago

InlineEditBox: Save button not disabled after pressing Esc to revert value.

Reported by: ptbrunet Owned by: bill
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc: brunet@…

Description

Open http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_InlineEditBox.html

Tab to and open the inline with text "refrigerators", enter text, press Esc, the Save button is not disabled; it takes one more Esc to disabled it.

Fails in FF2, FF3, IE6, IE7.

Change History

Changed 11 months ago by doughays

The _onKeyPress in InlineEditBox?.js is not called during ESC key processing since the key is eaten with dojo.stopEvent.

I also noted that the Save button is initially enabled even tho nothing is changed.

Changed 11 months ago by bill

  • owner set to bill
  • status changed from new to assigned

Changed 11 months ago by bill

(In [11855]) Initially disable save button. Refs #5107.

Changed 11 months ago by bill

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [11857] (but I made a typo in the checkin comment, referring to a different bug number).

Note: See TracTickets for help on using tickets.