[jbosstools-issues] [JBoss JIRA] (JBIDE-8232) DnD does not work for EMPTY page

Yahor Radtsevich (JIRA) jira-events at lists.jboss.org
Mon Sep 10 09:00:34 EDT 2012


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

Yahor Radtsevich updated JBIDE-8232:
------------------------------------

    Description: 
Two cases:
1. If on page doesn't exist any element, we can not drag or drop to it.
2. Same situation, if body tag is empty:
{code}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Template Page title</title>
<link href="styles/some-style.css" media="screen" type="text/css" rel="stylesheet" />
</head>
<body>
</body>
</html>
{code}

  was:If on page doesn't exist any element, we can not drag or drop to it.


    
> DnD does not work for EMPTY page
> --------------------------------
>
>                 Key: JBIDE-8232
>                 URL: https://issues.jboss.org/browse/JBIDE-8232
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>    Affects Versions: 3.2.0.CR1
>            Reporter: Maxim Areshkau
>            Assignee: Yahor Radtsevich
>             Fix For: 4.0.0.Alpha2
>
>
> Two cases:
> 1. If on page doesn't exist any element, we can not drag or drop to it.
> 2. Same situation, if body tag is empty:
> {code}
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <title>Template Page title</title>
> <link href="styles/some-style.css" media="screen" type="text/css" rel="stylesheet" />
> </head>
> <body>
> </body>
> </html>
> {code}

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