Does anybody have a quick hack for modifying the calendar so that when a provider pulls it up all they see by default is their own calendar?
Reason I’m asking is because on an iPad running iOS5 & up, the provider drop down list select function doesn’t work.
If you’re in an office with multiple providers, the calendar can look really cluttered when you’re seeing everybody’s entries for the day, & since you can’t filter to just one provider’s calendar via the list, it’s not very user friendly.
If there was a way to force the calendar display to just show the entries belonging to that doctor by default, then it wouldn’t be an issue.
iPad doesn’t seem to like the “multiple” option for <select > elements (the change event doesn’t seem to fire appropriately). http://stackoverflow.com/questions/4019269/select-list-with-multiple-enabled-doesnt-fire-onchange-event-on-ipad
Quick and dirty experimentation with simply switching to “blur” instead of “change” event on pc_username in the calendar seems to fix the behavior on iPad, however it breaks for desktop browsers, so it would need to be special cased for iPad.
Thanks Rod, I had actually unchecked that box already, but for some reason, it didn’t seem to have taken affect. I had check it in Globals, save the changes, then uncheck it, & re-save the change again, before it started behaving correctly.
Yehster, thanks for the info.
I have seen a lot of issues on the newer versions of mobile device Safari. Lots of selection lists don’t work correctly, & there are popup dialogs that cannot be dismissed & basically lock up your session. This didn’t use to happen before , it seems to be related to the Safari updates in iOS version 5.1/5.1.1.
Hopefully newer releases of iOS will correct the problem, but I’m not holding my breath.