Summary: | possible case insensitive object treatment | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Michael Kreitzer <mrgrim> |
Component: | khtml ecma | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | test case |
Description
Michael Kreitzer
2009-02-11 04:35:41 UTC
Created attachment 31216 [details]
test case
OK, I'm even more confused now. It seems that the name of the object doesn't matter. All that seems to matter is the use of the variable name sidebar. Is this a reserved word? It's a browser window object property (Mozilla extension). I should make it writeable, I guess. If it's a mozilla extension then it should be noted that this test case produces the results I was expecting in firefox. SVN commit 926141 by orlovich: We want the sidebar property writeable (but also DontEnum) BUG: 183993 M +1 -1 kjs_window.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=926141 SVN commit 926142 by orlovich: Merged revision 926141: We want the sidebar property writeable (but also DontEnum) BUG: 183993 M +1 -1 kjs_window.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=926142 SVN commit 926144 by orlovich: Update for 183993 CCBUG:183993 M +8 -4 baseline/ecma/readonly.html-dom M baseline/ecma/readonly.html-dump.png M +13 -10 baseline/ecma/readonly.html-render M +2 -0 tests/ecma/readonly.html WebSVN link: http://websvn.kde.org/?view=rev&revision=926144 |