wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Mask on TextItem sets cursor far right on Alt + Char #699

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The problem occurs always, regradless whether the character entered is 
permitted or not.

Browser: Firefox 16.x and 17.0.1

To reproduce:
1. Open the showcase, section Forms/Text Masking 
(http://www.smartclient.com/smartgwt/showcase/#form_masking)
2. Enter @ into the field "first name". € behaves similar.

Result: Cursor is set to the far right of the field (end of input lenght I 
think). The character it self is not accepted.

The same happens, when a mask like "CCCCC" is used. In that case, the "@" is 
accepted, but the cursor is moved nonetheless. Very annoying.

Original issue reported on code.google.com by Peter.He...@wcenter.de on 7 Jan 2013 at 11:33

GoogleCodeExporter commented 9 years ago
Forgot: OS is Windows 7 64bit SP1, German keyboard layout

Original comment by Peter.He...@wcenter.de on 8 Jan 2013 at 9:20

GoogleCodeExporter commented 9 years ago
This should now be fixed in the latest daily build. Please let us know if you 
have any further problems.

Original comment by i...@theradfords.org on 7 Feb 2013 at 9:17

GoogleCodeExporter commented 9 years ago
Thanks a lot! We'll check as soon as we have a bit test time at hand.

Original comment by Peter.He...@wcenter.de on 10 Feb 2013 at 7:21

GoogleCodeExporter commented 9 years ago
Well, the problem is still not fixed.
We have tested this with the nightly build of 9.Feb and still see the behaviour 
as described above.

Original comment by Peter.He...@wcenter.de on 14 Feb 2013 at 8:41

GoogleCodeExporter commented 9 years ago
This was fixed only in 3.1p and 4.0d builds, please check there if you haven't 
already.

Original comment by smartgwt...@gmail.com on 14 Feb 2013 at 5:23

GoogleCodeExporter commented 9 years ago
Well, we checked the 3.1p without success.

Original comment by Peter.He...@wcenter.de on 15 Feb 2013 at 11:53

GoogleCodeExporter commented 9 years ago
We've checked FF18, Chrome (latest), and IE8 and there's no unexpected cursor 
movement on any of these when entering special characters (eg Euro symbol) in 
either 3.1 or 4.0 in the Showcase example.

Most likely you have some kind of caching issue such that you are still using 
an older verson.  Instructions here will help you definitively figure out what 
your browser is actually loading:

   http://forums.smartclient.com/showthread.php?t=8159#aUpdate

Original comment by smartgwt...@gmail.com on 15 Feb 2013 at 7:56

GoogleCodeExporter commented 9 years ago
We did a re-check today with the NB 3.1 as of 18th Feb. and still see this 
behaviour. We are using GWT 2.4 (not 2.5) can this make a difference?

Original comment by Peter.He...@wcenter.de on 18 Feb 2013 at 4:51

GoogleCodeExporter commented 9 years ago
Ah, forgot: FF 18.02.

Original comment by Peter.He...@wcenter.de on 18 Feb 2013 at 4:52

GoogleCodeExporter commented 9 years ago
No, GWT 2.4 vs 2.5 should not have an effect *if* you are using the code from 
the Showcase completely unchanged.

Please use the instructions in the FAQ (link above) and indicate exactly what 
you see in the header of the file loaded into the browser.

Original comment by smartgwt...@gmail.com on 18 Feb 2013 at 5:49