rudolfnoe / customizeyourweb

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

Cannot copy and paste elements with absolute position #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am unable to copy and paste a DIV to the top of my page. I think the
problem is that it has absolute positioning and thus cannot be repositioned.

<div  style='z-index:4; position:absolute; top:550; left:-186; width:162'
align='left'>

What steps will reproduce the problem?
1. copy 
2. paste

What is the expected output? What do you see instead?
I expected for the item to be copied elsewhere. I just see the page
rendered without change.

What version of the product are you using? On what operating system?
Customize Your Web 0.4.2.3
Windows

Please provide any additional information below.
-I had to work around the issue by copying smaller individual elements
within the DIV I was interested in and separately paste them.

Original issue reported on code.google.com by stoddard...@gmail.com on 7 May 2010 at 7:27

GoogleCodeExporter commented 8 years ago
Thanks for your feedback!
If you copy an element it will be copied with all its attributes. Therefore I 
suppose
you simply remove the absolute positioning with the Modify-Action after 
copy/paste
the div

Original comment by Rudolf....@gmail.com on 7 May 2010 at 8:26

GoogleCodeExporter commented 8 years ago
I understand. Instead of using your suggestion, I just fiddled with the "top"
attribute to reposition my element. Good thing we have that expert tab within
Modify-Action. This tool is awesome.

Original comment by stoddard...@gmail.com on 7 May 2010 at 8:52