[ 
https://issues.apache.org/jira/browse/PIVOT-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071068#comment-13071068
 ] 

Greg Brown commented on PIVOT-776:
----------------------------------

"I wouldn't say that I find the Windows behaviour confusing in any way, but it 
is perhaps better suited to novice users."

That's valid. It does make sense that certain controls should only respond to 
mouse wheel events when focused. What I find annoying is that scroll pane 
doesn't respond unless its content is focused. So I'd suggest checking for 
isFocused() in each of the components you mentioned, but leaving the existing 
ScrollPane behavior as-is.


> Additional support for mouse wheel adjustments of Component values
> ------------------------------------------------------------------
>
>                 Key: PIVOT-776
>                 URL: https://issues.apache.org/jira/browse/PIVOT-776
>             Project: Pivot
>          Issue Type: Improvement
>          Components: wtk, wtk-terra
>         Environment: n/a
>            Reporter: Chris Bartlett
>            Assignee: Chris Bartlett
>            Priority: Minor
>             Fix For: 2.1
>
>
> I imagine that mouse wheel events would be ignored unless the Component was 
> focused *and* the mouse was over the Component.
> Spinner - Equivalent to an UP/DOWN arrow key press when 'circular' property 
> is true
> Slider - Equivalent to an UP/DOWN/LEFT/RIGHT arrow key press
> ListButton - Equivalent to an UP/DOWN arrow key press
> CalendarButton - No current UP/DOWN/LEFT/RIGHT arrow key press functionality 
> to change date by a single day, but would be equivalent to this.  Support for 
> these key presses could be added at the same time. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to