neatlife / lwrte

Automatically exported from code.google.com/p/lwrte
0 stars 0 forks source link

Panels - Flash Movies shine sthrough, Drag and Drop shaky #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First of all: THANK YOU SO MUCH for your brilliant work. I just threw out
TinyMCE (aka bloatedMCE) of my project.

Here are some smaller UI issues I noted:
1. If you have a Flash movie in your page, the movie shines though the
panel unless you give the flash element wmode=transparent (whcih is not
possible in certian situations, e.g. if the flash movie comes from an ad
server). This issue has been worked around in a various implentations of
"lightboxes" using an iframe, that is placed behind the actual layer.

2. Drag and Drop is a little shaky.

I will implement a patch in my local version and post it here,once its
fully working.

Cheers, Andy

Original issue reported on code.google.com by onlyreal...@gmail.com on 14 Feb 2009 at 2:46

GoogleCodeExporter commented 8 years ago
drag and drop? Where is it? :) Anyways, you are welcome :)

Original comment by plandem on 24 Feb 2009 at 9:08

GoogleCodeExporter commented 8 years ago
The flash problem is caused by the way the browser renders flash. If you try to 
put any div above the flash, it will not work. It doesn't matter how you set 
the z-index.

I've had to replace a flash slideshow with a jQuery slideshow before.

Original comment by MichaelP...@gmail.com on 24 Feb 2011 at 3:26