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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]