[JBoss JIRA] Created: (JBIDE-3396) VPE autorefreshing corses using global EL Value
by Yura Zhishko (JIRA)
VPE autorefreshing corses using global EL Value
-----------------------------------------------
Key: JBIDE-3396
URL: https://jira.jboss.org/jira/browse/JBIDE-3396
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.GA
Environment: Win XP2, Eclipse 3.4.1, WTP 3.0.3
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
1) Import attached pages into project.
2) Open first.jsp page
3) Go to page design Options
4) Set EL Value table.style=color:red
5) Check Project: Any page at the same project
6) Press OK
7) Go to second.jsp page
8) Go to page design Options
9) Edit current EL Value book.style=color:green
10) Press OK
ASSERT: Page should be updated automatically
RESULT: VPE is clear. Page is rendered again only after refresh button press.
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3473) Something wrong with text processing inside table
by Yura Zhishko (JIRA)
Something wrong with text processing inside table
-------------------------------------------------
Key: JBIDE-3473
URL: https://jira.jboss.org/jira/browse/JBIDE-3473
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.cr1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Minor
1) Insert next table into source path
<table>
<caption style="text-align:center;color:Navy;font-size:24;text-decoration:underline;font-family:Arial;font-weight:bold;">Running tests</caption>
<tr>
<td style="color:PaleVioletRed;text-align:center;">JSF Tests
</td>
<td>CSS Tests
</td>
</tr>
<tr>
<td>
<a href="pages/gMap/gmap.jsf">rich:gMap</a><br>
</td>
<td>
<a href="pages/Xhtml-Design/home.html">Xhtml-design</a><br>
</td>
</tr>
</table>
2) Press refresh button
3) Change line <td>CSS Tests -> <td style="">CSS Tests for example
RESULT: Content is moved (see screenshot-1)
4) Press refresh button
RESULT: Everything is OK (see screenshot-2)
--
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
17 years, 2 months