You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Daniel Cavalcanti (JIRA)" <de...@myfaces.apache.org> on 2008/10/17 17:42:46 UTC

[jira] Created: (TRINIDAD-1270) disabled inputText scrollbar does not work on Internet Explorer

disabled inputText scrollbar does not work on Internet Explorer
---------------------------------------------------------------

                 Key: TRINIDAD-1270
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1270
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions: 1.2.2-core
         Environment: Windows XP,  Internet Explorer version 7.0.5730.11
            Reporter: Daniel Cavalcanti


When the inputText is disabled and the text has more rows than the component rows attribute, the scroll bar does not work when using Internet Explorer.
The scroll bar does work on Firefox.

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


[jira] Commented: (TRINIDAD-1270) disabled inputText scrollbar does not work on Internet Explorer

Posted by "Vimal Kumar Gupta (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640565#action_12640565 ] 

Vimal Kumar Gupta commented on TRINIDAD-1270:
---------------------------------------------

I don't think that it's a bug in Trinidad. This is working as designed by IE. Since a disabled component isn't even a tab stop, keyboard users would never be able to scroll the disabled component. If you want the user to be able to scroll through the component's text, you should use the 'readOnly' attribute, not the 'disabled' attribute.
Here behavior of IE is semantically correct than that of FF. Because if the textbox is disabled user should not be able to perform any action with this, even scrolling.

> disabled inputText scrollbar does not work on Internet Explorer
> ---------------------------------------------------------------
>
>                 Key: TRINIDAD-1270
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1270
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 1.2.2-core
>         Environment: Windows XP,  Internet Explorer version 7.0.5730.11
>            Reporter: Daniel Cavalcanti
>
> When the inputText is disabled and the text has more rows than the component rows attribute, the scroll bar does not work when using Internet Explorer.
> The scroll bar does work on Firefox.

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