rich:hashParam there is in screen.height instead of window.height in the text description
for this component in showcase
------------------------------------------------------------------------------------------------------------------------
Key: RFPL-1464
URL:
https://issues.jboss.org/browse/RFPL-1464
Project: RichFaces Planning
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.0.0.Final
Environment: richfaces-showcase
Reporter: Juraj Huska
Priority: Minor
In the text description of this component, it is said that the top and left values are
computed as screen.height / 2 - 150 and screen.width / 2 - 250 respectively. But in the
source code these values are computed as window.height() / 2 - 150 and window.width() / 2
- 250 and these give different values.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira