Value persistence (persistedValue) does not work on Safari (WebKit) browsers
Values will not persist properly when using Safari or any other WebKit-based browsers.
Workaround: Add the following code to line 52 of atlasUtility.js within the block of code handling persistedValue:
$(this).find("option[value='" + persistedValue + "']").prop("selected", true);
Bug# 14597
0
votes