You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Raul Montes (JIRA)" <de...@tapestry.apache.org> on 2008/07/01 16:40:45 UTC

[jira] Created: (TAPESTRY-2497) Position of error bubbles is not correct

Position of error bubbles is not correct
----------------------------------------

                 Key: TAPESTRY-2497
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2497
             Project: Tapestry
          Issue Type: Bug
          Components: JavaScript
    Affects Versions: 5.0.14
         Environment: Mac OS X (10.5), MySQL 5.1.14, Tapestry 5.0.14-SNAPSHOT, Java 1.5, Firefox 3
            Reporter: Raul Montes
            Priority: Minor


The method repositionBubble of Tapestry.ErrorPopup uses positionedOffset of this.field to find where to appear. If the field in question is inside another element with relative position, its offset will be from that element. So, when the bubble uses the same offset, but from the body element (where it is inserted), the position is not correct.

Either using cumulativeOffset instead of positionedOffset or inserting the bubble just after the field solves this position problem.

-- 
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-2497) Position of error bubbles is not correct

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

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

    Resolution: Duplicate
      Assignee: Howard M. Lewis Ship

TAPESTRY-2602

> Position of error bubbles is not correct
> ----------------------------------------
>
>                 Key: TAPESTRY-2497
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2497
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 5.0.14
>         Environment: Mac OS X (10.5), MySQL 5.1.14, Tapestry 5.0.14-SNAPSHOT, Java 1.5, Firefox 3
>            Reporter: Raul Montes
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> The method repositionBubble of Tapestry.ErrorPopup uses positionedOffset of this.field to find where to appear. If the field in question is inside another element with relative position, its offset will be from that element. So, when the bubble uses the same offset, but from the body element (where it is inserted), the position is not correct.
> Either using cumulativeOffset instead of positionedOffset or inserting the bubble just after the field solves this position problem.

-- 
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