You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/11/26 18:22:39 UTC

[jira] Commented: (PIVOT-349) Cutoff text field not accepting focus (TablePane Demo)

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

Greg Brown commented on PIVOT-349:
----------------------------------

Good catch. Those look like text fields, but they are actually spinners. They do receive the focus - you can tell by the dotted line that is painted when you click on one. However, because the right side of the splitter is sized too small by default, they are cut off, so you can't tell what they actually are.

I think the fix for this would be to either make the applet larger, or allocate more space to the right-hand splitter component.


> Cutoff text field not accepting focus (TablePane Demo)
> ------------------------------------------------------
>
>                 Key: PIVOT-349
>                 URL: https://issues.apache.org/jira/browse/PIVOT-349
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 1.4
>         Environment: Firefox 3.6, IE 7 and Chrome 3 on XP
>            Reporter: Michael Bushe
>            Priority: Minor
>
> This bug is evident on the second app on the tutorial page at: http://incubator.apache.org/pivot/1.4/tutorials/table_panes.html 
> Click in any of the spacing fields and the fields do not except focus and cannot be edited.  The app's 3 spacing text field are slightly cut off - the right border is not visible, which likely has something to do with it.  

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