Opened 12 years ago
Last modified 12 years ago
#2124 new bug
Adding columns to webgui on ios doesn't always work
Reported by: | nordmats | Owned by: | Damien Churchill |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | Web UI | Version: | 1.3.5 |
Keywords: | Cc: |
Description
When trying to add a column by clicking a column header the down arrow only shows for a short time and no drop down is shown. This happens 90% of the times.
The listed columns are alsobreset from time to time wthout restart.
This bug was not present in 1.3.3 or atleast not as apperent.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Seems to work better after deleting cookies and browsing data on ipad. But the issue usually comes back after a few days.
This also seems to fix the issue that the login dialog pops up twice when switching to the tab after idle log out.
comment:4 by , 12 years ago
The problem as I understand it, is due to you using a touch interface and the 'down arrows' will only show on mouse hover.
One possible workaround is on such interfaces permanently display the arrows. This is controlled by adding the class x-grid3-hd-over
in the function handleHdOver
in ext-all-debug.js
.
Can you delete you cookies and try again.