| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
Modern browsers know about type=color and show their own picker so there
is no need for this jQuery plugin anymore.
Also the iris plugin isn't maintained anymore and throws warnings in
jQuery migrate.
|
|
|
|
|
|
| |
attr
Related to #1546.
|
|
|
|
|
|
|
|
| |
This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).
Previously styling cookie depends on `window.opener`. Since the popup should be on the same domain as the opener, and the popup's cookie domain is the same as the opener (DokuCookie is used), there is no need to rely on the opener to set the preview cookie. This change will ensure the preview cookie is cleared before the popup is closed, regardless of whether opener exists or not.
Also checks on whether opener exists are added as well.
|
|
|
|
| |
hopefully doesn't break in the other browsers
|
| |
|
|
|
|
|
| |
IE doesn't like it when you create a DOM element in one window and
try to insert it in another window.
|
| |
|
|
|
|
|
|
|
|
|
| |
* improved spacing of popup
* made primary buttons clearer
* xhtml and validity fixes
* improved some lang strings
* moved 'open as popup' after intro
* fixed page reload after clicking 'open as popup' button
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
however I think I will convert the dialog to a real popup instead.
|
| |
|
| |
|
| |
|
|
styler was already taken
|