Summary | Remove dataurl limit for IE9 |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 02/07/2012 (4893 days ago) |
Due | |
Updated | 02/08/2012 (4892 days ago) |
Assigned | |
Resolved | 02/08/2012 (4892 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit 088fe650bade86781ed2718a67f8c8d5e588645d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 7 20:22:51 2012 -0700
Ticket #10970: cite property available since IE 8framework/Browser/lib/Horde/Browser.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/088fe650bade86781ed2718a67f8c8d5e588645d
commit 982f628bd7a28dd141f3eefe2a6fc7eba368a6e6
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 7 20:20:36 2012 -0700
Bug #10970: IE9 no longer has dataurl limitframework/Browser/lib/Horde/Browser.php | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/982f628bd7a28dd141f3eefe2a6fc7eba368a6e6
Assigned to Michael Slusarz
State ⇒ Resolved
add it because it is not really used anywhere in Horde or
applications. So you've might consider removing it completely.
Similar goes for 'javascript' feature. According jQuery blog IE9 has
JavaScript version 1.8.5 however I cannot see these numbers in
setFeature() used anywhere.
values anywhere (e.g. an application) is irrelevant. We can't remove
this from a package in a minor release because the presence of these
values is required by the current API version.
I added cite support of IE since version 8.
commit 088fe650bade86781ed2718a67f8c8d5e588645d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 7 20:22:51 2012 -0700
Ticket #10970: cite property available since IE 8framework/Browser/lib/Horde/Browser.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/088fe650bade86781ed2718a67f8c8d5e588645d
commit 982f628bd7a28dd141f3eefe2a6fc7eba368a6e6
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 7 20:20:36 2012 -0700
Bug #10970: IE9 no longer has dataurl limitframework/Browser/lib/Horde/Browser.php | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/982f628bd7a28dd141f3eefe2a6fc7eba368a6e6
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Remove dataurl limit for IE9
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: 0001-dataurl-limit-in-IE9-was-removed.patch
State ⇒ Unconfirmed
P. S. IE also for years supported 'cite' feature, however I didn't add
it because it is not really used anywhere in Horde or applications. So
you've might consider removing it completely. Similar goes for
'javascript' feature. According jQuery blog IE9 has JavaScript version
1.8.5 however I cannot see these numbers in setFeature() used anywhere.