[JBoss JIRA] Created: (RF-10874) rich:poppupPanel not possible to change the size of poppupPanel, bad visibility of cross sign
by Juraj Huska (JIRA)
rich:poppupPanel not possible to change the size of poppupPanel, bad visibility of cross sign
---------------------------------------------------------------------------------------------
Key: RF-10874
URL: https://issues.jboss.org/browse/RF-10874
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
container - Jboss AS 6.0.0.Final
mobile devices - iPhone 4 - OS version iOS 4.2.1 - browser Safari
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
It is not possible to change the size of poppup panel, in demos where it should be possible(hashParam), and also the cross which should cancel the panel is with some skins, like with for example ruby, is almost invisible.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (RF-10877) rich:toolTip client side toolTip has problems to show up
by Juraj Huska (JIRA)
rich:toolTip client side toolTip has problems to show up
--------------------------------------------------------
Key: RF-10877
URL: https://issues.jboss.org/browse/RF-10877
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
container - Jboss AS 6.0.0.Final
mobile devices - iPhone 4 - OS version iOS 4.2.1 - browser Safari
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
The client side tooltip has problem to sometimes to show up, mainly when should be showed as first tool tip at that demo for tool tip.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (RF-9591) tooltip: showDelay not working.
by Ilya Shaikovsky (JIRA)
tooltip: showDelay not working.
-------------------------------
Key: RF-9591
URL: https://jira.jboss.org/browse/RF-9591
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Reporter: Ilya Shaikovsky
Assignee: Alex Kolonitsky
I see it passed to JS. But tooltip still appears immediatelly for me.
<h:panelGrid columns="2">
<rich:panel id="sample1" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>Here you can see <b>default client-side</b> tool-tip</p>
<rich:tooltip id="tt1">
<span style="white-space: nowrap"> This tool-tip content was
<strong>pre-rendered</strong> to the page.<br />
The look of this tool-tip is 100% defined by skin. </span>
</rich:tooltip>
</rich:panel>
<rich:panel id="sample2" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>This tool-tip will <b>follow mouse</b>. Also this tool-tip has
a <b>delay 1.5 sec</b>, so be patient!</p>
<rich:tooltip followMouse="true"
showDelay="1500" styleClass="tooltip">
<span style="white-space: nowrap"> This tool-tip content also
<strong>pre-rendered</strong> to the page.<br />
However, the look of this tool-tip is customized<br />
by styleClass attribute. </span>
</rich:tooltip>
</rich:panel>
.....
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months