Changes between Initial Version and Version 1 of Ticket #7183
- Timestamp:
- Jul 15, 2008, 3:55:13 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7183 – Description
initial v1 7 7 (and other tested variations of constrints and symbols, currencytextbox fails to validate properly, but only after a build. 8 8 9 This issue can be seen (and has been verified) against AOL Dojo 1.1.1, 1.1.0, a trunk build as of 7/14/08 ... It only works properly with an unbuilt Dojo. 9 This issue can be seen (and has been verified) against AOL Dojo 1.1.1, 1.1.0, a trunk build as of 7/14/08 ... It only works properly with an unbuilt Dojo. More specifically, it seems to work when !CurrencyTextBox is NOT included in a layer. Eg: dojo.require the textbox seems to work, but loading it as part of a layer does not? 10 10 11 To reproduce: Type in the box using a build, or layer: "$1,000.00" .. The validation only goes away with non-build, or a11 To reproduce: Type in the box using a layer: "$1,000.00" .. The validation only goes away with non-build, or isolated dojo.require 12 12 13 13 Marking 1.2 for now as it seems a serious shortcoming, feel free to do with as you choose. I've not the foggiest idea where to being investigating this. A workaround would be awesome.