View Issue Details

IDProjectCategoryView StatusLast Update
1419ComposrGeneral / Uncategorisedpublic2013-10-06 11:47
ReporterLhasadreams Assigned ToChris Graham  
PrioritynormalSeverity@80@ 
Status resolvedResolutionfixed 
Summary1419: Cannot switch user as an admin since the iOS 7 Update
DescriptionHi,

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 ReproduceGo 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.
TagsNo tags attached.
Attach Tags
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2013-10-06 11:47

administrator   ~1816

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();"

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised