Forum Replies Created
-
Author
-
April 27, 2019 at 12:06 pm in reply to: Odd Tooltip Positioning In Safari Odd Tooltip Positioning In Safari #104935
Hristo,
This issue appears to be fixed in v7.2.0.MSJ
February 22, 2019 at 12:59 pm in reply to: Date Filters Do Not Retain Their Selected Dates Date Filters Do Not Retain Their Selected Dates #104114Thank you very much, Peter
February 18, 2019 at 1:58 pm in reply to: Date Filters Do Not Retain Their Selected Dates Date Filters Do Not Retain Their Selected Dates #104029Peter,
Is there a way for me to access the values entered in the filter so I can store them and populate them when a date filter is requested? Does the filter API support this type of access?Thanks,
JamesPeter,
I am trying to isolate the issue. The page with the grid is complex and I want to be able to recreate the issue with as little code as possible.James
June 29, 2018 at 12:55 pm in reply to: Odd Tooltip Positioning In Safari Odd Tooltip Positioning In Safari #100793Hristo,
I have been looking at the Release History. That is how I knew it was not fixed, and why I asked about an estimate for fixing it (it was reported 5 1/2 months ago).It is a shame that we cannot use jQWidgets’ tooltips on our pages because they do not work properly. We cannot tell the visitors to the sites we develop “don’t use your phone on our sites, and don’t use Safari or Firefox, because there is a problem”. :-/
MSJ
June 27, 2018 at 5:53 pm in reply to: Odd Tooltip Positioning In Safari Odd Tooltip Positioning In Safari #100745Hristo,
I was wondering if you had an estimate on when this bug will be fixed? I’ve been told it affects Firefox as well as Safari (including iOS).Thanks,
MSJJanuary 15, 2018 at 6:17 pm in reply to: Odd Tooltip Positioning In Safari Odd Tooltip Positioning In Safari #98278It is not the image that is causing the issue. The image was causing the target of the tooltip to display lower on the screen.
In Safari, when the target of the tootltip is below the bottom of the browser window the location of the tooltip is affected.
Please try this link, scroll to display the jqWidgets button and click on it.
http://jsfiddle.net/5z8b71z9/1/Thanks,
MSJOctober 19, 2017 at 11:24 am in reply to: Cancelling A DataAdapter Send Request Cancelling A DataAdapter Send Request #96816It turns out that calling jqXHR.abort() in the beforeSend method cancels the jquery ajax request.
I want to avoid duplicate server requests that do not change the returned data. These duplicate requests can occur when a user presses one of the non-alphanumeric keys on the keyboard (e.g., arrows, page up & dn, Windows or Apple key, etc) or when the current tab loses and regains focus. Calling the jqXHR.abort() method when the current settings.data value is the same as the previous settings.data value prevents these duplicate requests.
October 19, 2017 at 10:26 am in reply to: Cancelling A DataAdapter Send Request Cancelling A DataAdapter Send Request #96814Peter,
Does this mean that if a request starts there is no way to stop it?Thanks,
James -
AuthorPosts