]
Ondrej Žižka closed EMBJOPR-72.
-------------------------------
Resolution: Done
Change some HTML bits to improve testability
--------------------------------------------
Key: EMBJOPR-72
URL:
https://jira.jboss.org/jira/browse/EMBJOPR-72
Project: Embedded Jopr
Issue Type: Task
Reporter: Ondrej Žižka
Assignee: Ondrej Žižka
Fix For: 1.2
For QA, we use XPath.
Some HTML constructs are XPath - unfriendly, like mixed content on various places where
we need to work with the text.
Mixed content = element that has both text nodes and elements as children.
These changes should not affect functionality nor appearance of EmbJopr.
The changes would be like this one:
Old:
<h:column>
<b>#{
summaryMeasurementDefinitionMap[trait.measurementData.name].displayName}:</b>
#{ trait.measurementValueAndUnits}
</h:column>
New:
<h:column>
<strong>#{
summaryMeasurementDefinitionMap[trait.measurementData.name].displayName}:</strong>
<span>#{ trait.measurementValueAndUnits}</span>
</h:column>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: