ChavezArquitectos / curvycorners

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

Dropdown Menu not workin with curvy corner in IE #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using curvy corner with drop down menu
2. if complete selector is given curvyCorners(settings, "ul.dropdown");
instead of curvyCorners(settings, ".dropdown") 

What is the expected output? What do you see instead?
Expected Output should be rounded corners along with drop down menu working
properly but output is Drop down menu stop working in IE

What version of the product are you using? On what operating system?
IE 6, windows operation system

Please provide any additional information below.
Have attached the complete set of file used in the attached file.

Original issue reported on code.google.com by RaunakKathuria@gmail.com on 9 Jul 2009 at 10:38

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you for providing a very helpful error report. The problem you report is 
caused by your using a v1.x invocation method, whilst expecting v2.x behaviour. 
Unfortunately, v2.x springs into compatibility mode when parsing v1.x 
parameters and 
so does not support some v2.x features, including v2.x CSS selectors. To 
prevent 
v2.x operating in compatibility mode, don't specify the 'autoPad' feature in 
the 
settings object. Better still, use the CSS corner specification method outlined 
in 
the documentation. Read carefully the section in the documentation about 
adapting 
v1.x code for use with v2.x.

Original comment by c.1%smit...@gtempaccount.com on 10 Jul 2009 at 3:29