[jbosstools-issues] [JBoss JIRA] (JBIDE-14348) BrowserSim address string disappearing

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Tue Apr 30 14:26:54 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771148#comment-12771148 ] 

Yahor Radtsevich commented on JBIDE-14348:
------------------------------------------

In iOS Safari the address bar is connected to the top of the page and it appears/disappears slowly, part by part. We did not find an easy way to implement the same behavior in BrowserSim with SWT. This is the reason why the address bar disappears instantly.

The problem is that it the address bar begins to blink on some web sites if it is shown/hidden instantly.
                
> BrowserSim address string disappearing
> --------------------------------------
>
>                 Key: JBIDE-14348
>                 URL: https://issues.jboss.org/browse/JBIDE-14348
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: browsersim
>    Affects Versions: 4.1.0.Alpha2
>            Reporter: Daniel Azarov
>            Assignee: Yahor Radtsevich
>             Fix For: 4.1.0.Beta1
>
>
> Test case:
> EXECUTE:
> 1. Create project
> 2. Create html file:
> {code}
> <html>
> <head>
> </head>
> <body>
> <a id="page1">1 Jump to this place</a>
> <p>
> aaaaaaaaa asdf  ggggggggggg ggggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggg ggggggggggggggggggggg ggggggggggggggggggg ggggggggggggggggggggg
> </p>
> <a id="page2">2 Jump to this place</a>
> <p>
> aaaaaaaaa asdf  ggggggggggg ggggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggg ggggggggggggggggggggg ggggggggggggggggggg ggggggggggggggggggggg
> </p>
> <a id="page3">3 Jump to this place</a>
> <p>
> aaaaaaaaa asdf  ggggggggggg ggggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggg ggggggggggggggggggggg ggggggggggggggggggg ggggggggggggggggggggg
> </p>
> <a id="page4">4 Jump to this place</a>
> <p>
> aaaaaaaaa asdf  ggggggggggg ggggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggg ggggggggggggggggggggg ggggggggggggggggggg ggggggggggggggggggggg
> </p>
> <a id="page5">5 Jump to this place</a>
> <p>
> aaaaaaaaa asdf  ggggggggggg ggggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggg ggggggggggggggggggggg ggggggggggggggggggg ggggggggggggggggggggg
> </p>
> <a id="page6">6 Jump to this place</a>
> <p>
> aaaaaaaaa asdf  ggggggggggg ggggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggggg ggggggggggggggggg gggggggggggggggg ggggggggggggggggggggg ggggggggggggggggggg ggggggggggggggggggggg
> </p>
> </body>
> </html>
> {code}
> 3. Open file with BrowserSim
> 4. Try to add #page3 to the address string
> FAIL:
> Address string disapeared

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list