ornicar / dmWidgetGalleryPlugin

Adds a Gallery widget to the Add menu
http://diem-project.org/plugins/dmwidgetgalleryplugin
MIT License
8 stars 5 forks source link

javascript bugs #1

Closed ornicar closed 14 years ago

ornicar commented 14 years ago

From midtjad:

When I add images to the front widget I am not able to drag pages to page input, some additional pixels appear above the Alt input so everything is moved down and not displayed well.

When everything is setup, all images are shown and not just the first one, so no Slideshow is played.

mitjade commented 14 years ago

I tracked the first problem down. Firefox displays borders round hidden fields http://pennypacker.net/articles/five_bad_things_about_firefox

Second problem I was not able to figure out. Javascript and css files load, but the function inside is never executed?

ornicar commented 14 years ago

fixed second problem

ornicar commented 14 years ago

added input[type=hidden] { visibility: hidden; } As I don't have the bug on firefox/ubuntu, please tell me if it does the trick

ornicar commented 14 years ago

fixed drop pages to slide links - Closed by d50eb86f39c8b27080fb8deb502d291354508ee3