Ticket #4511 (closed task: fixed)

Opened 22 months ago

Last modified 19 months ago

[patch]separate display and edit mode for form widgets

Reported by: bill Owned by: peller
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: normal Keywords: 4alex
Cc:

Description

1. Currency

When displaying a currency textbox it should look like

$123,456.90

but when editing the $ and , should disappear so it looks like

1234568.90

(note that it should still display the decimal as 90, not just 9)

2. Number text boxes Similar to above

3. Infrastructure General infrastructure to support separate edit and display modes

Attachments

4511.patch (1.2 kB) - added by peller 20 months ago.
use optional editOptions property to mixin special edit pattern

Change History

Changed 22 months ago by bill

  • owner set to peller

Changed 20 months ago by peller

use optional editOptions property to mixin special edit pattern

Changed 20 months ago by peller

  • owner changed from peller to doughays
  • summary changed from separate display and edit mode for form widgets to [patch]separate display and edit mode for form widgets

Doug, please review.

Changed 19 months ago by peller

  • owner changed from doughays to peller

haven't gotten any feedback. I'm checking this in.

Changed 19 months ago by peller

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

fixed in [11710]

Changed 19 months ago by peller

(In [11712]) Back out [11710], refs #4511. Doesn't tolerate bad input at all for some reason. Also, it would be nice to tolerate (but not require) symbols and separators in input.

Changed 19 months ago by peller

  • status changed from closed to reopened
  • resolution deleted

Changed 19 months ago by peller

(In [11713]) Back out [11710], refs #4511. Doesn't tolerate bad input at all for some reason. Also, it would be nice to tolerate (but not require) symbols and separators in input.

Changed 19 months ago by peller

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

(In [11716]) Trying again... provide separate pattern for edit mode. Fixes #4511

Note: See TracTickets for help on using tickets.