Problem with businessdictionary.com

Forums » Opera for Windows/Mac/Linux » Opera for Windows

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

24. April 2012, 21:26:19

mcaleck

Posts: 15

Problem with businessdictionary.com

For some reason, dictionary entries do not display on businessdictionary.com in my Opera 11.62. Even after disabling content blocking.

Can anyone confirm and/or suggest a solution?

Thank you.

24. April 2012, 22:29:41

schemestrom

Posts: 251

I believe you discovered a bug (to be more precise: violation of the specification) in Opera. You can fix your problem by creating a User CSS (random file on your HDD which has to be selected as user stylesheet in Site Preferences) with the following content:
#wrapper { content: normal !important; }


The problem is that they apply content: "."; to the #wrapper div - that's why there is only a dot visible. According to the spec the content property only applies to pseudo elements which is obviously done wrong by Opera.
If no one proves me wrong, this must be reported as a bug.

25. April 2012, 23:25:54

schemestrom

Posts: 251

Reported as DSK-362216, including link to this forum thread and minimal example.

26. April 2012, 05:45:28

mcaleck

Posts: 15

Thanks for the help. I will give it a bash once I've deciphered your instructions... smile

3. May 2012, 17:41:44

mcaleck

Posts: 15

awesome fix, thanks a bunch! smile

6. May 2012, 13:42:29

schemestrom

Posts: 251

Bruce Lawson wrote a Blog post where he states that this behaviour is intended and defined in the spec.

Forums » Opera for Windows/Mac/Linux » Opera for Windows