Train :visited state selector does not work
-------------------------------------------
Key: TRINIDAD-1347
URL: https://issues.apache.org/jira/browse/TRINIDAD-1347
Project: MyFaces Trinidad
Issue Type: Bug
Components: Skinning
Affects Versions: 1.0.10-core
Reporter: Tomas Havelka
Don't know why, but :visited skin selector does not work in train component
however similar :unvisited, :disabled and :read-only works well.
Below selectors are applied correctly:
- af|train::stop:selected af|train::link
- af|train::stop:read-only af|train::link
- af|train::stop:disabled af|train::link
- af|train::stop:unvisited:read-only af|train::link:hover
But following does not:
- af|train::stop:visited af|train::link
- af|train::stop.visited af|train::link:hover
Those not working has to be replaced with
- af|train::stop.p_AFVisited af|train::link or
- af|train::stop.p_AFVisited af|train::link:hover respectively.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.