| Summary: | gmail website no longer works. I get the loading messages then nothing is displayed | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Mark Eaton <eaton.mark> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mark Eaton
2007-05-18 10:30:24 UTC
Maybe the problem that is fixed by http://www.kdedevelopers.org/node/2807 ? SVN commit 668694 by carewolf:
Gecko allows innerHTML on StyleElement.
This fixes recent GMail when spoofing as Firefox
BUG:145616
M +1 -2 html_elementimpl.cpp
--- trunk/KDE/kdelibs/khtml/html/html_elementimpl.cpp #668693:668694
@@ -182,7 +182,7 @@
setHasClassList(l);
setHasClass(true);
} else {
- setHasClassList(false);
+ setHasClassList(false);
setHasClass(false);
}
break;
@@ -506,7 +506,6 @@
case ID_COLGROUP:
case ID_FRAMESET:
case ID_HEAD:
- case ID_STYLE:
case ID_TABLE:
case ID_TBODY:
case ID_TFOOT:
|