google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

My Button Class is not working in Chrome #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I wrote a button class to prevent user clicks.
2. My default click method is now onClick
3. It runs perfectly on Firefox, but not in Chrome. (GWT: 2.4. Target OS: 
Lubuntu 11.04)

What is the expected output? What do you see instead?
The purpose of this button is to create a table in GWT. Where user should able 
to click the button, but no action should be executes. When user presses SPACE 
or ENTER, an action executes.

Original issue reported on code.google.com by tugal...@gmail.com on 26 Mar 2012 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Sorry, I couldnt tell the problems clearly:

1) "Button backgrounds is not painted to 'lightblue' on 'focus' on chrome
2) Keyboard clicks does not working on chrome for my button. None of them: 
ENTER/SPACE/RIGHT/LEFT/UP/DOWN

Not: I did all the updates on lubuntu. Will try on WIN7 and post it again as 
comment

Original comment by tugal...@gmail.com on 26 Mar 2012 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by tugal...@gmail.com on 26 Mar 2012 at 1:35

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by tugal...@gmail.com on 26 Mar 2012 at 1:37

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here are the codes where table I put key handlers.

Original comment by tugal...@gmail.com on 26 Mar 2012 at 1:52

Attachments:

GoogleCodeExporter commented 9 years ago
Does this bug has any relation to gwt-platform framework? If not, please close 
the bug here and reopen in gwt issue tracker. If yes, please state which 
version of gwtp you're using.

Regards,

Björn

Original comment by bjoern.m...@gmail.com on 7 Apr 2012 at 11:11

GoogleCodeExporter commented 9 years ago
Hmm. I am not lost in terms. I do not have any idea on diff btw each product. I 
should close this issue so that you can move on what u r doing.

Original comment by tugal...@gmail.com on 7 Apr 2012 at 11:15

GoogleCodeExporter commented 9 years ago
Does anyone know how to close the issue. I do not see any such button! Could 
moderator do that for me.

Original comment by tugal...@gmail.com on 7 Apr 2012 at 11:19

GoogleCodeExporter commented 9 years ago
I'll close it :D

This is GWT related and from what I saw, it's because you're not using the 
right event.

You will have access to those key by using KeyPress and not KeyDown.

Original comment by goudreau...@gmail.com on 23 May 2012 at 2:37