[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-5161) There is no cursor on the visual pane during text editing

Yura Zhishko (JIRA) jira-events at lists.jboss.org
Fri Nov 6 12:00:05 EST 2009


There is no cursor on the visual pane during text editing
---------------------------------------------------------

                 Key: JBIDE-5161
                 URL: https://jira.jboss.org/jira/browse/JBIDE-5161
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Visual Page Editor core
    Affects Versions: 3.1.0.M4
            Reporter: Yura Zhishko
            Assignee: Yura Zhishko
            Priority: Minor


1) Create jsp page
2) Insert next source code:
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>

<f:loadBundle var="Message" basename="demo.Messages"/>

<html>
    <head>
    	<title>Input User Name Page</title>
    </head>
    <body>

	<f:view>
		Try to edit this text
    </f:view>
    </body>
</html>

3) Set cursor inside "Try to edit this text" String on the visual pane
RESULT: There is no cursor on the visual pane.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list