jQWidgets Forums
This topic contains 19 replies, has 2 voices, and was last updated by SoftwareIsHappiness 8 years, 5 months ago.
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Grid › pagesizeoptions not working
Tagged: jqxgrid, pagesizeoptions
This topic contains 19 replies, has 2 voices, and was last updated by SoftwareIsHappiness 8 years, 5 months ago.
Another symptom of this issue and which also strongly suggests that the issue is within the implementation of the drop down is in addition to the click event the mouse over event is also not recognized by the drop down in Chrome on Linux. Events are not captured! As I mentioned before this typically is a z-index issue or perhaps an event propagation issue.
Awaiting your reply.
We will test more. If we replicate the mentioned behavior, we will add a work item for a future release. I guess that Chrome for Linux will get an update and this will be closed soon, because that is obviously a difference in the same browser. Nothing more to add to this thread currently.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi Peter,
Replicating the behavior will be very easy. Start your Linux virtual machine or workstation. Use Chrome to visit the drop down component on your web site or in JSFiddle then hover over or click the componet– no event is captured! However, you may call the open() component method and the drop down options display (beautifully). For example:
$('#gridpagerlistjqxgrid').jqxDropDownList('open');
Note, this issue occurs in every instance of the drop down component no mater if it is part of the grid component or other components. Moreover, hovering or clicking works properly for all other components. It is very unlikely this is a core browser issue. It is probably a CSS or event propagation issue.
Reply back when you have confirmed issue and work item created.
Thanks,
Michael
Hi Michael,
I think we are aware how events are propagated in javascript and how our component is supposed to work. As I wrote, we will add a work item if we consider this to be an issue in our code. And if it is, we will resolve it in the future.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi Peter,
Great to hear! Replicating the behavior should be not take very much effort to identify the source of the issue. Reply back after you have confirmed the behavior.
Michael
You must be logged in to reply to this topic.