ChavezArquitectos / curvycorners

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

Excessive aler : No object with ID ... #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a new entry in your css
#dontexists {
    -webkit-border-top-right-radius: 4px; 
    -webkit-border-top-left-radius: 4px;
}
Of course no object #dontexists  exists in any of your pages

2. in a non mozilla browser render the page using this css

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

The message "No object with ID..." popup. This message is boring even if
correct.

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

2.04 on non mozilla browser

Please provide any additional information below.

The message is correct, but boring.
Usually I use the same CSS for all my pages, and sometime some rules are
useless because the related items are not displayed on all my pages !

You don't display any message for unused "class" rules, why display a
message for other items ?

Regards

Thanks for your work

Alain

Original issue reported on code.google.com by aspin...@gmail.com on 14 Sep 2009 at 8:53

GoogleCodeExporter commented 8 years ago
You are reporting correct, documented behaviour. A page designer might have 
spelled 
the ID wrong or otherwise be helped by this diagnostic, which can be suppressed 
as 
detailed in the documentation.

Original comment by c.1%smit...@gtempaccount.com on 14 Sep 2009 at 4:13