ChavezArquitectos / curvycorners

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

css :after block with curvycorners doesn't display right #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a div
2. create a div:after(psuedo-element) in css with content
3. add border-radius to div:after

What is the expected output? What do you see instead?

I expect that the psuedo's element has rounded corners. Instead, the 
corners are square after the debugging message, "No object with ID 
#div:after exists yet. Call curvyCorners(settings, obj) when it is 
created."

What version of the product are you using? On what operating system?

I'm using 2.04 or the newest svn copy.

Please provide any additional information below.

While I can work around it by inline-blocking another div element. The 
psuedo-element works better for what I'm doing. Also, I can't get the DOM 
object for the psuedo-element for curvyCorners to redraw later.

Original issue reported on code.google.com by khub...@gmail.com on 6 May 2010 at 5:44

GoogleCodeExporter commented 8 years ago
I regret that curvyCorners doesn't yet support pseudo-elements, and I am not 
sure that it will be feasible to do so.

Original comment by c.1%smit...@gtempaccount.com on 24 Sep 2010 at 11:48