Loading...
 
Skip to main content

Replace action in file gallery doesn't work in thenews theme

Status
Closed
Subject
Replace action in file gallery doesn't work in thenews theme
Version
2.x
3.x
Category
  • Usability
  • Regression
Feature
File Gallery (elFinder or standard UI)
Resolution status
Works For Me
Lastmod by
awolff
Rating
(0)
Description

When I click the Actions → Replace on tiki-list_file_gallery.php?galleryId=1 (used to be replacing the image file with another one), it does nothing...

link on Replace just points to tiki-list_file_gallery.php?galleryId=1#

Workaround

I found the following - do not understand why it works ...

Edit the thenews.css and replace the in the input style definitin the margin fomr "0.2em" to "1px"

Attached a patch:


thenews.css (Revision 18622) +++ thenews.css (Arbeitskopie)

@@ -112,7 +112,7 @@
textarea,
option,
select {
- margin: 0.2em;

+ margin: 1px;

vertical-align: middle;
}

Without the patch the file dialog does not come up. With the change to 1px the dialog comes up. I use a firefox 3.0.10

Importance
6
Priority
30
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
2435
Created
Saturday 18 April, 2009 11:44:58 UTC
by Unknown
LastModif
Sunday 18 June, 2017 23:14:12 UTC


Show PHP error messages