You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Filip S. Adamsen (JIRA)" <de...@tapestry.apache.org> on 2007/12/10 20:37:43 UTC

[jira] Created: (TAPESTRY-1969) Error messages in Errors component are misaligned in Internet Explorer 7

Error messages in Errors component are misaligned in Internet Explorer 7
------------------------------------------------------------------------

                 Key: TAPESTRY-1969
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1969
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 5.0.7
         Environment: Internet Explorer 7
            Reporter: Filip S. Adamsen
            Priority: Trivial


Error messages are misaligned in the Errors component in Internet Explorer 7.

I checked the CSS and found this in default.css, line 23-25:

div.t-error li {
  margin-left:-20px;
}

Not sure why that needs to be there, it's definitely what's causing trouble.

If it's there to make the list item not be indented that much, I believe "list-style-position: inside;" should be used for the list inside the box instead.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1969) Error messages in Errors component are misaligned in Internet Explorer 7

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1969.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.10
         Assignee: Howard M. Lewis Ship

Tested in Firefox, IE 6 and IE 7

> Error messages in Errors component are misaligned in Internet Explorer 7
> ------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1969
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1969
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 5.0.7
>         Environment: Internet Explorer 7
>            Reporter: Filip S. Adamsen
>            Assignee: Howard M. Lewis Ship
>            Priority: Trivial
>             Fix For: 5.0.10
>
>
> Error messages are misaligned in the Errors component in Internet Explorer 7.
> I checked the CSS and found this in default.css, line 23-25:
> div.t-error li {
>   margin-left:-20px;
> }
> Not sure why that needs to be there, it's definitely what's causing trouble.
> If it's there to make the list item not be indented that much, I believe "list-style-position: inside;" should be used for the list inside the box instead.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1969) Error messages in Errors component are misaligned in Internet Explorer 7

Posted by "Chris Lewis (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550846 ] 

Chris Lewis commented on TAPESTRY-1969:
---------------------------------------

This hack may have been to fix list item indentions, which may be better addressed by something like:

div.t-error li {
  padding: 0px;
}

I don't personally think should T5 include an alternate stylesheet (via conditional comments, etc) automatically, but developers need to consider how to handle the realities of different rendering engines and should be aware of default T5 styles (to be aware of potential issues).

> Error messages in Errors component are misaligned in Internet Explorer 7
> ------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1969
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1969
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 5.0.7
>         Environment: Internet Explorer 7
>            Reporter: Filip S. Adamsen
>            Priority: Trivial
>
> Error messages are misaligned in the Errors component in Internet Explorer 7.
> I checked the CSS and found this in default.css, line 23-25:
> div.t-error li {
>   margin-left:-20px;
> }
> Not sure why that needs to be there, it's definitely what's causing trouble.
> If it's there to make the list item not be indented that much, I believe "list-style-position: inside;" should be used for the list inside the box instead.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org