You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org> on 2007/03/13 17:29:09 UTC

[jira] Updated: (XAP-327) Widgets: Button: Text of a button doesn't respond to clicks when button has had events added to it.

     [ https://issues.apache.org/jira/browse/XAP-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Turyn, Michael updated XAP-327:
-------------------------------

    Description: 
1) Open the button widget component test
2) Click 'Add event listeners' to apply an onCommand listener to the button.
3) Click the text in the button. You see that the onCommand goes through.
<strikethrough>4) Click the radio button to set the 'image' attribute to '../images/Foreground.JPG'</strikethrough>
5) Click the text of the button. No onCommand event is fired, though the button appears to be clicked.

(The problem appears whether there is a [foreground] image or not.)

  was:
1) Ooen the button widget component test
2) Click 'Add event listeners' to apply an onCommand listener to the button.
3) Click the text in the button. You see that the onCommand goes through.
4) Click the radio button to set the 'image' attribute to '../images/Foreground.JPG'
5) Click the text of the button. No onCommand event is fired, though the button appears to be clicked.

        Summary: Widgets: Button: Text of a button doesn't respond to clicks when button has had events added to it.  (was: Widgets: Button: Text of a button doesn't respond to clicks when button has an image.)

My guess is that the event attributes are added, but not attached to the actual mouse events.

> Widgets: Button: Text of a button doesn't respond to clicks when button has had events added to it.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: XAP-327
>                 URL: https://issues.apache.org/jira/browse/XAP-327
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>            Priority: Critical
>
> 1) Open the button widget component test
> 2) Click 'Add event listeners' to apply an onCommand listener to the button.
> 3) Click the text in the button. You see that the onCommand goes through.
> <strikethrough>4) Click the radio button to set the 'image' attribute to '../images/Foreground.JPG'</strikethrough>
> 5) Click the text of the button. No onCommand event is fired, though the button appears to be clicked.
> (The problem appears whether there is a [foreground] image or not.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.