Hi Jan
I really cannot say what can be wrong with non standard browser
I would not class IE as a non standard browser amongst the general public. This problem is going to become more prevalent as more users move to IE11 + and we can't very well tell our users not to use IE as this is the standard with windows.
So, unless I have done something wrong and managed to repeat the error on a clean install this is a problem that is going to become apparent as time goes on!
The way I see this going is either a constructive attempt to see what is going on or I dump this as a non starter and have to move a lot of images. personally I like(d) Phoca Gallery and would prefer not to move. I can give you access or any thing you need to sort this but my javascript knowledge is poor and secondly have actually struggled to find the files that drive the category select.
In terms of the back and forward caching mentioned above I now think this is a false alarm as I have managed to remove that error. When I look in the console the script appearing is as follows;
Code: Select all
<select id="filter_catid_subcat" name="filter_catid_subcat" class="inputbox" onchange="document.phocagallerysubcatform.submit();">
<option value="0" selected="selected">- Select Category</option>
<option value="1">test me</option>
</select>
and when I look at a dropdown that does work in IE11 such as JEvents the code appears different in it's construction;
Code: Select all
<select name="category_fv" onchange="if ($('catidsfv')) $('catidsfv').value=this.value;submit(this.form)" >
<option value="0">All categories</option>
<option value="80">School Booking</option>
<option value="82">- Social</option>
</select>
I don't know if this helps?