History log of /plugin/copy2clipboard/script.js (Results 1 – 13 of 13)
Revision Date Author Comments
# ed294bd7 16-May-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

don't let the cp2clip div cover a nearby edit button

fix #8


# c16f383e 18-Mar-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

valign the whole container div as is the original <pre>

For some css reasons I don't understand, the margin-top of the first child
of the <dd> element (when code is downloadable) has no effect but
t

valign the whole container div as is the original <pre>

For some css reasons I don't understand, the margin-top of the first child
of the <dd> element (when code is downloadable) has no effect but
the margin-top of the inner elements is respected. This leads to bug #6.
The solution is to use the <pre> margin-top for the container and to
set the margin-top of the pre elem to 0.

show more ...


# 36d05517 15-Mar-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

nicify code


# 2f4d862e 26-Jul-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

make button visible only on hover on desktop browser


# 1c306bea 26-Jul-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

prevent button from scrolling with <pre> content


# b16ffdae 03-Jul-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

add one ';' so that DW js minifier does not choke


# 86783ee6 13-May-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

put CRLF lines in win clipboard to work around PS bug


# add26278 13-May-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

use CECILL 2.1 license


# f20dc62b 27-Mar-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

supprime les messages de débugage


# eeae6715 27-Mar-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

prends en compte les pre avec numéros de ligne


# a0d5ec77 22-Mar-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

supprime les NBSP ajoutés par geshi sur les lignes vides


# 95208031 25-Feb-2021 Schplurtz le Déboulonné <Schplurtz@laposte.net>

add semicolons so DW can minify JS without errors


# 4a476730 08-Dec-2020 Schplurtz le Déboulonné <Schplurtz@laposte.net>

premiere version fonctionnelle