[JBoss JIRA] Created: (RF-1544) FF status lines blinks after calling menu but firebug is empty
by Ilya Shaikovsky (JIRA)
FF status lines blinks after calling menu but firebug is empty
--------------------------------------------------------------
Key: RF-1544
URL: http://jira.jboss.com/jira/browse/RF-1544
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Ilya Shaikovsky
Assigned To: Maksim Kaszynski
Fix For: 3.2.0
<h:panelGrid columns="1" columnClasses="cent,cent,cent,cent" cellspacing="10px">
<h:outputText value="Perform right-click on the picture to call the menu" style="font-weight:bold"></h:outputText>
<h:panelGroup>
<h:graphicImage value="/richfaces/jQuery/images/pic1.jpg" id="pic"/>
<rich:contextMenu event="oncontextmenu" attached="true">
<rich:menuItem value="Enlarge"></rich:menuItem>
<rich:menuItem value="Open in new window"></rich:menuItem>
<rich:menuGroup value="Save">
<rich:menuItem value="Download image"></rich:menuItem>
<rich:menuItem value="Copy to clipboard"></rich:menuItem>
<rich:menuItem value="Copy image adress"></rich:menuItem>
</rich:menuGroup>
</rich:contextMenu>
</h:panelGroup>
Every time I perform right click over the picture - both statuses (on the browser tab and inside status line) - blinks like request sent, and cursor changes to "busy" for a moment. But no requests in firebug. No icons defined in menu. So menu just created on client side with this effects.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (RF-1453) ScrollableDataTable: updating problem
by Andrey Izobov (JIRA)
ScrollableDataTable: updating problem
-------------------------------------
Key: RF-1453
URL: http://jira.jboss.com/jira/browse/RF-1453
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Tomcat 5.5
FireFox 2, IE6
Reporter: Andrey Izobov
Attachments: gray_region.jpg
There is problem with updating component from client side in the following way:
grid.updateRowCount(newRowCount);
grid.reloadData();
where newRowCount - new record count on server side.
If newRowCount < oldRowCount then there is gray region(because of large number row separators) on ScrollableDataTable after update(screenshot attached).
If newRowCount > oldRowCount then only oldRowCount records will be updated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months