valueChangeHandler isn't properly working on text-box in GWT app
I'm developing a page(contains one text-feild and button) with GWT, I added valueChangeHandler to the text-field, I also use this tage (<extend-property name="locale" values="ar"/>) in the gwt.xml . The problem is when I write "-1" in the text field the handler isn't fired but when I write "1" it is fired, please help me as soon as possible as I'm developing an application and I'm stucked in this strange bug !!
All Replies (3)
I forgot to say that this handler is working properly on IE and google-chrome.
Also when I replace <extend-property name="locale" values="ar"/> with <extend-property name="locale" values="en"/> the handler works.
Note: I attached the project (gwt 2.4) [[here|http://127.0.0.1:8888/Testnumber.html?gwt.codesvr=127.0.0.1:9997]]
if the link isn't seen well the project is here http://www.4shared.com/file/0ep_UMqF/testnumber.html
Thanks in advance, Hosain Ali
A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.