Richard Schottdorf wrote:
Hi Oliver,
thx for your quick answer.
Have you tried this? Would you explain the integration of this solution a
little bit.
Greetings
Richard
i created a quick fix for this issue based on code which introduces
another paste button. it pops up a textarea, where pasting works.
the downside is that pasting requires like 3 extra clicks, but as a
workaround when users are getting nervous, it's ok.
patch is attached. it's some months old and may require some massaging.
hth,
jörn
ps: maybe you should bring this issue up in some bxe forum. the bxe
folks seem to follow this list occasionally (hi chregu!), but it's
probably better to discuss it directly with them.
Index: src/modules/bxe/resources/misc/inc/config.xml
===================================================================
--- src/modules/bxe/resources/misc/inc/config.xml (revision 411441)
+++ src/modules/bxe/resources/misc/inc/config.xml (working copy)
@@ -131,12 +131,17 @@
<button name="Cut" col="1" row="4" action="ClipboardCut"/>
<button name="Paste" col="2" row="4" action="ClipboardPaste"/>
+ <button name="PasteDialog" col="4" row="4" action="ClipboardPasteDialog"/>
<button name="Image" col="3" row="5" action="InsertImage"/>
<button name="Save" col="1" row="6" action="DocumentSave"/>
<button name="Undo" col="3" row="6" action="Undo"/>
<button name="Redo" col="4" row="6" action="Redo"/>
<button name="Asset" col="2" row="6" action="InsertAsset"/>
</buttons>
+ <plugins>
+ <plugin name="ClipboardPasteDialog">
+ </plugin>
+ </plugins>
<callbacks>
<element name="object" ns="http://www.w3.org/1999/xhtml" type="popup">?lenya.usecase=edit.insertImage</element>
<element name="img" ns="http://www.w3.org/1999/xhtml" type="popup">?lenya.usecase=edit.insertImage</element>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]