[JBoss JIRA] (RF-11682) 'tooltip.popup' is null or not an object
by mani v (Commented) (JIRA)
[ https://issues.jboss.org/browse/RF-11682?page=com.atlassian.jira.plugin.s... ]
mani v commented on RF-11682:
-----------------------------
i think the problem is happening when the cursor is datatable row[content] and trying to filter or change the page.
> 'tooltip.popup' is null or not an object
> ----------------------------------------
>
> Key: RF-11682
> URL: https://issues.jboss.org/browse/RF-11682
> Project: RichFaces
> Issue Type: Bug
> Components: component-output
> Affects Versions: 4.0.0.Final
> Environment: Windows
> Reporter: mani v
> Assignee: Pavol Pitonak
> Attachments: Tooltip.popup is null.jpg
>
>
> i am using <rich:tooltip> inside <rich:dataTable>.its working find but when i do filter or go to next page the popup is throwing js error.
>
> :246
> :21
> :'tooltip.popup' is null or not an object
>
>
> <code for review>
> {code}
> <rich:column filter="#{filter.name}" sortBy="#{row.name}" sortOrder="#{filter.nameOrder}">
> <f:facet name="header">
> <a4j:commandLink value="Name" action="#{filter.sortByName}" render="table" ></a4j:commandLink>
> </f:facet>
> <rich:tooltip>#{row.name}</rich:tooltip>
> <h:outputText value="#{row.name}"/>
> </rich:column>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11682) 'tooltip.popup' is null or not an object
by mani v (Commented) (JIRA)
[ https://issues.jboss.org/browse/RF-11682?page=com.atlassian.jira.plugin.s... ]
mani v commented on RF-11682:
-----------------------------
Environment:
----------------------
Browser:ie6
app server:weblogic 10.3.4
Richfaces:4.0.0 Final
> 'tooltip.popup' is null or not an object
> ----------------------------------------
>
> Key: RF-11682
> URL: https://issues.jboss.org/browse/RF-11682
> Project: RichFaces
> Issue Type: Bug
> Components: component-output
> Affects Versions: 4.0.0.Final
> Environment: Windows
> Reporter: mani v
> Assignee: Pavol Pitonak
> Attachments: Tooltip.popup is null.jpg
>
>
> i am using <rich:tooltip> inside <rich:dataTable>.its working find but when i do filter or go to next page the popup is throwing js error.
>
> :246
> :21
> :'tooltip.popup' is null or not an object
>
>
> <code for review>
> {code}
> <rich:column filter="#{filter.name}" sortBy="#{row.name}" sortOrder="#{filter.nameOrder}">
> <f:facet name="header">
> <a4j:commandLink value="Name" action="#{filter.sortByName}" render="table" ></a4j:commandLink>
> </f:facet>
> <rich:tooltip>#{row.name}</rich:tooltip>
> <h:outputText value="#{row.name}"/>
> </rich:column>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11721) Cleanup mobile RichFaces JavaScript and fix foreseeable problems
by Wesley Hales (Created) (JIRA)
Cleanup mobile RichFaces JavaScript and fix foreseeable problems
----------------------------------------------------------------
Key: RF-11721
URL: https://issues.jboss.org/browse/RF-11721
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: showcase
Reporter: Wesley Hales
Assignee: Wesley Hales
Fix For: 4.1.0.Final
This task envolves cleaning up the slidfast javascript while removing duplication of code which is causing errors. A basic solidifying for final release. There are not any huge structural changes to the code, however it is extendable and more modular... for example the previous method to slide a page was "slidfast.slideTo('pageID')", now it's "slidfast.core.slideTo('pageID')"
This fix also removes the hard coded "back-button" ID from the code.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (RF-11518) Missing default events in some rich components
by Ján Jamrich (Created) (JIRA)
Missing default events in some rich components
----------------------------------------------
Key: RF-11518
URL: https://issues.jboss.org/browse/RF-11518
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone3
Environment: RichFaces 4.1.0.20111011-M3 r.
Metamer 4.1.0.20111011-M3 r.22776
Mojarra 2.0.4-b09-jbossorg-4
JBoss Web 7.0.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Firefox 8.0 @ Linux i686
Reporter: Ján Jamrich
Some rich components are missing default event.
I have created page with various rich components to test correct event behavior decode in Metamer: faces/components/a4jAjax/defaultEventHandlers.xhtml
There are components surrounding <a4j:ajax listener="#{richBean.actionListener}" render="output" />
Some of them raising exception indicating that default event is not set. Due to this are some of them commented. You can see label with name, but no input.
For now they are:
* rich:accordion
* rich:editor
* rich:inplaceInput
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years