You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/03/20 21:15:32 UTC

[jira] Created: (XAP-337) Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters

Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters
-----------------------------------------------------------------------------------

                 Key: XAP-337
                 URL: https://issues.apache.org/jira/browse/XAP-337
             Project: XAP
          Issue Type: Bug
          Components: Widgets
            Reporter: Trevor Oldak
            Priority: Critical


When tooltips are first created, they show up in the lower left-hand corner of the XAL application, causing the screen to jitter to the right when in full screen mode. This only happens the first time the tooltip is shown.

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


[jira] Resolved: (XAP-337) Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters

Posted by "James Margaris (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Margaris resolved XAP-337.
--------------------------------

    Resolution: Fixed

Moved fix described above into shared dojo code that does positioning of other floating things like popups as well

> Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters
> -----------------------------------------------------------------------------------
>
>                 Key: XAP-337
>                 URL: https://issues.apache.org/jira/browse/XAP-337
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Trevor Oldak
>            Priority: Critical
>         Attachments: xap337.patch
>
>
> When tooltips are first created, they show up in the lower left-hand corner of the XAL application, causing the screen to jitter to the right when in full screen mode. This only happens the first time the tooltip is shown.

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


[jira] Closed: (XAP-337) Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-337.
----------------------------


> Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters
> -----------------------------------------------------------------------------------
>
>                 Key: XAP-337
>                 URL: https://issues.apache.org/jira/browse/XAP-337
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Trevor Oldak
>            Priority: Critical
>         Attachments: xap337.patch
>
>
> When tooltips are first created, they show up in the lower left-hand corner of the XAL application, causing the screen to jitter to the right when in full screen mode. This only happens the first time the tooltip is shown.

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


[jira] Commented: (XAP-337) Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/XAP-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494842 ] 

Trevor Oldak commented on XAP-337:
----------------------------------

The trick to bringing this bug out is to make the window as small as possible, but not so small that scrollbars show up.

> Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters
> -----------------------------------------------------------------------------------
>
>                 Key: XAP-337
>                 URL: https://issues.apache.org/jira/browse/XAP-337
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Trevor Oldak
>            Priority: Critical
>
> When tooltips are first created, they show up in the lower left-hand corner of the XAL application, causing the screen to jitter to the right when in full screen mode. This only happens the first time the tooltip is shown.

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


[jira] Updated: (XAP-337) Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters

Posted by "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Mikhaylov updated XAP-337:
----------------------------------

    Attachment: xap337.patch

Here is the patch to AbstractWidgetBridge.js that sets an initial top position of enclosing <span> element to -1000px thus preventing the screen jitter bug.

> Widgets: tooltip: tooltip shows up initially out-of-place, can cause screen jitters
> -----------------------------------------------------------------------------------
>
>                 Key: XAP-337
>                 URL: https://issues.apache.org/jira/browse/XAP-337
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Trevor Oldak
>            Priority: Critical
>         Attachments: xap337.patch
>
>
> When tooltips are first created, they show up in the lower left-hand corner of the XAL application, causing the screen to jitter to the right when in full screen mode. This only happens the first time the tooltip is shown.

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