User Control Panel "Delete" Not Working

Phoca Gallery - image gallery extension
sharon_stewart
Phoca Member
Phoca Member
Posts: 12
Joined: 08 Jul 2016, 01:27

Re: User Control Panel "Delete" Not Working

Post by sharon_stewart »

From what I can tell it is changed in the HTML code. The code is below. It shows the Category Name "Al Stewart" to select but each time I try to select it just refreshes/defaults back to Select Category. I tried to do some research to see if could figure this out but I'm just not a javascript guru. Hopefully you'll can figure this out eventually.

</div><div style="float:right">
<select id="filter_catid_image" name="filter_catid_image" class="inputbox" size="1" onchange="document.getElementById
('phocagalleryimageform').submit();">
<option value="0" selected="selected">- Select Category -</option>
<option value="8">Al Stewart</option>
</select>
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: User Control Panel "Delete" Not Working

Post by Jan »

Hi, I have made the version 4.3.1 and I tested many different code to run in IE but without any success. Unfortunately, I cannot say what is wrong in IE but all suggested changes for this didn't work. I am still experimenting in this area but really cannot find any clue way to work this in IE like it works in standard browsers :idea:

I have searched through the sites describing this problem, but never found solution (on some sites, there is written, it is a IE bug, but I really cannot say as debugging in IE is not easy) :-(

Jan
If you find Phoca extensions useful, please support the project
sharon_stewart
Phoca Member
Phoca Member
Posts: 12
Joined: 08 Jul 2016, 01:27

Re: User Control Panel "Delete" Not Working

Post by sharon_stewart »

Thanks for working on this. I have also noticed that under the UCP on IE11, I cannot change the pagination to show anything other than default 20 images (the dropdown box). It's like none of the dropdown boxes will work. If you choose the next or end arrow or page number (1 or 2) then it works. I hope this makes sense. Maybe this will help if you continue trying to debug it.
Post Reply