[
https://jira.jboss.org/jira/browse/JBIDE-4993?page=com.atlassian.jira.plu...
]
Maxim Areshkau resolved JBIDE-4993.
-----------------------------------
Resolution: Done
Assignee: Yura Zhishko (was: Maxim Areshkau)
Problem was in vpe default style for input element. This style now hasn't applied for
input element.
Value attribute of <h:inputText> is incorrect under XULRunner
1.9
-----------------------------------------------------------------
Key: JBIDE-4993
URL:
https://jira.jboss.org/jira/browse/JBIDE-4993
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.1.0.M4
Reporter: Yura Zhishko
Assignee: Yura Zhishko
Priority: Minor
Fix For: 3.1.0.CR1
Attachments: screenshot-1.jpg, screenshot-2.jpg
1) Insert next source code into jsp page:
<h:inputText value="">
</h:inputText>
ASSERT: You should see an inputText component on the Visual Pane (screenshot-1)
2) Click on visual input component on the Visual Pane
3) Print some symbols from keyboard
ASSERT: On s Source Pane component should look something like this:
<h:inputText value="symbols">
</h:inputText>
(screenshot-2)
ASSERT FAILED: The result looks like:
<h:inputText value=""sy>
</h:inputText>
--
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