[jbosstools-issues] [JBoss JIRA] (JBIDE-13791) Visual Page Editor does not show current cursor position during drag & drop

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Thu Mar 14 14:02:42 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-13791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Azarov updated JBIDE-13791:
----------------------------------

    Description: 
Test case:
EXECUTE:
1. Create Java Project "test"
2. Create folder "test" in test project
3. Create file "test.html" in test folder
{code}
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
  </head>
  <body>

  </body>
</html>
{code}
4. Open file test.html in Visual Page Editor
ASSERT: Visual Page Editor appears with test.html and jQuery Mobile Widget Palette on the right side
5. Select tab "Source" of Visual Page Editor
6. Try to drag over the editor any element from palette
FAIL: Visual Page Editor does not show current cursor position

  was:
Test case:
EXECUTE:
1. Create Java Project "test"
2. Create folder "test" in test project
3. Create file "test.html" in test folder
{code}
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
  </head>
  <body>

  </body>
</html>
{code}
4. Open file test.html in Visual Page Editor
ASSERT: Visual Page Editor appears with test.html and jQuery Mobile Widget Palette on the right side
5. Select tab "Source" of Visual Page Editor
5. Try to drag over the editor any element from palette
FAIL: Visual Page Editor does not show current cursor position


    
> Visual Page Editor does not show current cursor position during drag & drop
> ---------------------------------------------------------------------------
>
>                 Key: JBIDE-13791
>                 URL: https://issues.jboss.org/browse/JBIDE-13791
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.1.0.Alpha1
>            Reporter: Daniel Azarov
>            Assignee: Daniel Azarov
>             Fix For: 4.1.0.Alpha2
>
>
> Test case:
> EXECUTE:
> 1. Create Java Project "test"
> 2. Create folder "test" in test project
> 3. Create file "test.html" in test folder
> {code}
> <!DOCTYPE html>
> <html>
>   <head>
>     <meta name="viewport" content="width=device-width, initial-scale=1">
>     <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
>     <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
>     <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
>   </head>
>   <body>
>   </body>
> </html>
> {code}
> 4. Open file test.html in Visual Page Editor
> ASSERT: Visual Page Editor appears with test.html and jQuery Mobile Widget Palette on the right side
> 5. Select tab "Source" of Visual Page Editor
> 6. Try to drag over the editor any element from palette
> FAIL: Visual Page Editor does not show current cursor position

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