View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
1419 | Composr | General / Uncategorised | public | 2013-10-06 10:00 | 2013-10-06 11:47 |
Reporter | Lhasadreams | Assigned To | Chris Graham | ||
Priority | normal | Severity | @80@ | ||
Status | resolved | Resolution | fixed | ||
Summary | 1419: Cannot switch user as an admin since the iOS 7 Update | ||||
Description | Hi, Both my iPad and iPhone have been upgraded to iOS 7. Since doing this I am not able to use the switch user feature. I did notice that this was true for another entry box the other day - but I cannot for the life remember where that was now. It appears that any text entry box that relies on the iOS pop up to actually enter it and do something no longer responds. Cheers, Ade | ||||
Steps To Reproduce | Go to the front page of www.vwgolfmk1.org.uk with admin privileges and scroll the the bottom of the page on an iPad or iPhone. Enter the name of a user you want to SU as. Hit Go in the dialogue and nothing happens. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Fixed. I deployed this to your site, but for reference: There is a historical convention that a form will submit when you press enter on a field that has no implicit handling of enter (e.g. a textarea would use it to put in a line break). ios7 does not seem to follow this. The fix was to add this to the SU input: onkeypress="if (enter_pressed(event)) this.form.submit();" |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-02-26 18:29 | Chris Graham | Category | General => General / Uncategorised |