| Summary: | Konqueror don't load some pages with javascript. | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Alex Fiestas <afiestas> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | maksim |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alex Fiestas
2007-11-23 17:00:32 UTC
Yeah, confirmed. Odd, it worked just a couple days ago. May be I should fix the JS debugger or something. SVN commit 740634 by orlovich: I can't: 1) read 2) test stuff properly. Fix #152791: we do want to return an empty string on known but not set CSS properties, just like KDE3 did (and which I missed) BUG:152791 M +3 -2 kjs_css.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=740634 SVN commit 740635 by orlovich: Revise to also incorporate #152791 CCBUG:152791 M +16 -2 baseline/ecma/152005.html-dom M +15 -6 baseline/ecma/152005.html-render M +8 -0 tests/ecma/152005.html WebSVN link: http://websvn.kde.org/?view=rev&revision=740635 |