TurboGears / tg2

Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
http://www.turbogears.org/
Other
806 stars 78 forks source link

IE7 (and IE6) fails in tgext.admin with tw.dojo #18

Closed pedersen closed 11 years ago

pedersen commented 12 years ago

This issue existed in Trac. The original can be viewed at http://trac.turbogears.org/ticket/2372

This issue existed on SourceForge. The original can be viewed at https://sourceforge.net/p/turbogears2/tickets/92

pedersen commented 12 years ago

Original Author: pedersen, Original Timestamp: 2011-03-29 03:34:35.098000

Original Body: IE7 (and in some cases IE6) shows "IE cannot display this webpage" when submitting a form. This is a known IE bug with redirects returned from POST in certain circumstances.

This occurs in unmodified TG2 quickstart when tw.dojo is added into it. Layout bugs occur even without tw.dojo.

IE8 seems to have fixed the redirect problem. The layout bugs show up in it.

Screenshots using IE7 and IE8 + steps to reproduce are included. Tested with TG 2.0.3.


09/23/09 07:01:11 changed by tmu

attachment ie-redirbug-reproduce.txt added.

Steps to reproduce (TG2 install) 09/23/09 07:02:41 changed by tmu

attachment ie7-nodojo.png added.

IE7 layout bug, no dojo 09/23/09 07:03:13 changed by tmu

attachment ie8-nodojo.png added.

IE8 layout bug, no dojo 09/23/09 07:04:05 changed by tmu

attachment ie7-dojo.png added.

IE7 layout bug, dojoxDataGrid 09/23/09 07:04:29 changed by tmu

attachment ie8-dojo.png added.

IE8 layout bug, dojoxDataGrid 09/23/09 07:05:02 changed by tmu

attachment ie7-dojo-submit.png added.

IE7 failure screen on submit Delete 09/23/09 07:57:46 changed by tmu

owner deleted.
component changed from tg-admin (non-toolbox) to unassigned.

set component to unassigned Delete 09/23/09 08:02:02 changed by tmu

NB. Tested on Ubuntu Jaunty, using distro python2.5. Delete 11/17/09 09:25:59 changed by jorge.vargas

milestone set to 2.1.

I'm shocked by this. Dojo fails in ie?

Anyway it seems you are presenting two bugs in the same ticket. One is about ie's redirect support the other is about CSS.

The CSS bug should be fixed in tgext.admin templates the dojo stuff I'm not sure. Delete 01/26/10 20:12:23 changed by percious

milestone changed from 2.1 to 2.1b2.

Delete 04/27/10 00:45:13 changed by percious

tmu, can you try this with the latest sprox, tw.dojo, tgext.admin? I want to see if dojo 1.4.2 fixes this. Delete 09/25/10 09:54:11 changed by mramm

severity changed from major to minor.

Delete 09/25/10 14:39:26 changed by pedersen

owner set to Chris Arndt.
component changed from unassigned to tg-admin (non-toolbox).

Switching component to tg-admin, as this is about tgext.admin, instead of TG core itself. Delete 11/19/10 12:18:57 changed by percious

version changed from 2.0.1 to 2.1.
milestone changed from 2.1rc1 to 2.1.

Delete 11/19/10 14:29:31 changed by chrisz

see also #2473

pedersen commented 12 years ago

Original Author: pedersen, Original Timestamp: 2011-03-29 03:35:45.228000

Original Body: Due to a minor glitch in Allure, I'm unable to add all the original attachments, which included screenshots. Please view the original ticket at http://trac.turbogears.org/ticket/2372 to see them.

pedersen commented 12 years ago

Original Author: pedersen, Original Timestamp: 2012-08-24 01:46:42.098000

Original Body: - version: 2.1.0 --> 2.1.5

amol- commented 11 years ago

tw.dojo support from admin got actually deprecated. For future development javascript inside the admin should probably be independent from third party libraries so to keep users free to choose their favourite JS framework.