Ability to override TextInput-based inputs' friendly representation text
Bug #731167 reported by
Jonathan Jacobs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Methanal |
Fix Released
|
Low
|
Jonathan Jacobs |
Bug Description
At the moment all friendly text formatting is hardcoded making it inconvenient to change nothing other than the friendly representation text, e.g. displaying a currency symbol for certain DecimalInput controls.
Related branches
lp://staging/~methanal-developers/methanal/textinput-formatters
- Tristan Seligmann: Approve
-
Diff: 1007 lines (+737/-63)8 files modifiedmethanal/imethanal.py (+16/-0)
methanal/js/Methanal/Tests/TestUtil.js (+200/-0)
methanal/js/Methanal/Tests/TestView.js (+7/-5)
methanal/js/Methanal/Util.js (+157/-10)
methanal/js/Methanal/View.js (+28/-37)
methanal/test/test_util.py (+167/-1)
methanal/util.py (+102/-0)
methanal/view.py (+60/-10)
Changed in methanal: | |
status: | New → Confirmed |
assignee: | nobody → Jonathan Jacobs (jjacobs) |
milestone: | none → 0.2.2 |
importance: | Undecided → Low |
Changed in methanal: | |
status: | Confirmed → In Progress |
Changed in methanal: | |
status: | In Progress → Fix Committed |
Changed in methanal: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.