#467 closed defect (invalid)
javascript errors and error in a server side.
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | javascript errors | Cc: | |
Blocked By: | Blocking: |
Description
Hi,
there are a lot of javascript errors starting from the main page:
Error: Unknown property '_width'. Declaration dropped. Source File: http://dojotoolkit.org/css/screen.css Line: 95 Error: Unknown property '_border-bottom'. Declaration dropped. Source File: http://dojotoolkit.org/css/screen.css Line: 124 Error: Unknown property '_right'. Declaration dropped. Source File: http://dojotoolkit.org/ Line: 23
Here is the error from a web server's log file if you try to load editor widget: [Thu Feb 23 09:32:16 2006] [error] [client 192.168.0.101] File does not exist: /data/www/rda/public/dojo/dojo/src/package.js
I belive because of this errors some example doesn't work. I'm using Konqueror 3.5.1/Firefox 1.5.01
Please clean up the code.
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Konqueror has not yet merged even Safari's half-assed editing code yet. Supporting it is impossible until such time as a release includes some sort of editing capability.
The CSS properties you mentioned are CSS hacks, and are perfectly valid from a CSS parser point of view; the spec clearly states that if an agent doesn't recognize a property, it is to ignore it. FF reports CSS errors now as a development tool; it in no way affects the rendering of the code.
No idea what you're trying to say about the editor, but I'm pretty sure we aren't supporting Konq with it.