[
https://jira.jboss.org/jira/browse/JBIDE-3473?page=com.atlassian.jira.plu...
]
Yahor Radtsevich resolved JBIDE-3473.
-------------------------------------
Resolution: Done
Assignee: Yura Zhishko (was: Yahor Radtsevich)
RESOLVED
The problem lie in XULRunner. It works in unexpected way when we delete a cell from a
table and then insert a new cell back at the same place.
Instead of it I have swapped deleting and inserting operations. Now the new cell is adding
before the old one is deleted.
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: Yura Zhishko
Priority: Minor
Fix For: 3.0.0.CR2
Attachments: screenshot-1.jpg, screenshot-2.jpg
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