| Summary: | impossible to download flash player adobe site | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Andrea Iacovitti <aiacovitti> |
| Component: | khtml ecma | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | maksim |
| Priority: | NOR | ||
| Version First Reported In: | 4.6.3 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrea Iacovitti
2011-05-23 10:01:56 UTC
Need to do this:
interface HTMLAnchorElement : HTMLElement {
stringifier attribute DOMString href;
Git commit c8aaa79fd289c71ac4b1f93e8e27c834695a4140 by Maks Orlovich. Committed on 22/06/2011 at 23:32. Pushed by orlovich into branch 'master'. Fix toString not matching the implicit stringifier for <a>. Fixes problem with Flash for Linux download page. Ultimately, we probably want DOMObject::toString gone and everything done via toString, but that'd be cleaner in WebIDL land. BUG: 273941 M +3 -0 khtml/ecma/kjs_html.cpp M +1 -1 khtml/ecma/kjs_html.h http://commits.kde.org/kdelibs/c8aaa79fd289c71ac4b1f93e8e27c834695a4140 Git commit a3afaa84ce3e2dbcb31ed1d2798e0e0bbcc17813 by Maks Orlovich. Committed on 22/06/2011 at 23:32. Pushed by orlovich into branch 'KDE/4.7'. Fix toString not matching the implicit stringifier for <a>. Fixes problem with Flash for Linux download page. Ultimately, we probably want DOMObject::toString gone and everything done via toString, but that'd be cleaner in WebIDL land. BUG: 273941 M +3 -0 khtml/ecma/kjs_html.cpp M +1 -1 khtml/ecma/kjs_html.h http://commits.kde.org/kdelibs/a3afaa84ce3e2dbcb31ed1d2798e0e0bbcc17813 |