[
https://jira.jboss.org/jira/browse/JBIDE-5161?page=com.atlassian.jira.plu...
]
Yura Zhishko commented on JBIDE-5161:
-------------------------------------
To fix this issue method getEditor() of MozillaEditor class shoud be called before DOM
building to avoid a conflict with JBIDE-5105 fix, but after browser loading compete.
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