Bug 28808

Summary: Logout-Button im IE-Kompatibilitätsmodus verschoben
Product: UCS Reporter: Florian Best <best>
Component: UMC (Generic)Assignee: Florian Best <best>
Status: CLOSED FIXED QA Contact: Dirk Wiesenthal <wiesenthal>
Severity: minor    
Priority: P4 CC: klaeser, walter, wiesenthal
Version: UCS 3.0Keywords: interim-3
Target Milestone: UCS 3.1   
Hardware: Other   
OS: Linux   
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional):
Max CVSS v3 score:
Bug Depends on: 26264    
Bug Blocks:    

Description Florian Best univentionstaff 2012-10-17 10:55:51 CEST
Nach der Dojo 1.8 Umstellung wieder vorhanden.

+++ This bug was initially created as a clone of Bug #26264 +++

Created an attachment (id=4229)
logout button

Im Internet Explorer ist der Logout-Button im Kompatibilitätsmodus verschoben.
Comment 1 Alexander Kläser univentionstaff 2012-10-18 12:02:11 CEST
Laut dem folgenden Link:

  http://xhtmlforum.de/66455-kompatibilit-tsansicht-im-ie-vermeiden.html

sollte der Eintrag

  <meta http-equiv="x-ua-compatible" content="IE=edge" />

in index.html helfen.
Comment 2 Alexander Kläser univentionstaff 2012-10-18 12:02:31 CEST
... zumindest sollte damit der Kompatibilitätsmodus unterbunden werden.
Comment 3 Florian Best univentionstaff 2012-10-18 12:07:51 CEST
geht auch mit HTTP header: X-UA-Compatible: IE=edge
Comment 4 Alexander Kläser univentionstaff 2012-10-18 13:08:53 CEST
Hier noch die offizielle MS-Seite:

http://msdn.microsoft.com/de-de/library/cc817574.aspx
Comment 5 Florian Best univentionstaff 2012-10-19 11:35:06 CEST
(In reply to comment #3)
> geht auch mit HTTP header: X-UA-Compatible: IE=edge
Dies finde ich sinnvoller, weil dann nicht jede .html Seite angepasst werden muss.

Mit apache ist dies einfach: http://httpd.apache.org/docs/2.2/mod/mod_headers.html

folgender Eintrag muss im VHost von umc eingetragen werden:
===
Header set X-UA-Compatible "IE=edge"
===
Comment 6 Alexander Kläser univentionstaff 2012-10-22 15:37:17 CEST
(In reply to comment #5)
> (In reply to comment #3)
> > geht auch mit HTTP header: X-UA-Compatible: IE=edge
> Dies finde ich sinnvoller, weil dann nicht jede .html Seite angepasst werden
> muss.

Jede .html-Seite == [ index.html, debug.html ] → ergo ist die Anpassung der HTML-Seite(n) einfacher, IMHO ;) .
Comment 7 Florian Best univentionstaff 2012-10-22 15:42:17 CEST
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #3)
> > > geht auch mit HTTP header: X-UA-Compatible: IE=edge
> > Dies finde ich sinnvoller, weil dann nicht jede .html Seite angepasst werden
> > muss.
> 
> Jede .html-Seite == [ index.html, debug.html ] → ergo ist die Anpassung der
> HTML-Seite(n) einfacher, IMHO ;) .

login.html, blank.html
Comment 8 Florian Best univentionstaff 2012-10-24 11:18:02 CEST
Das wurde umgesetzt, im IE8+9 tritt das Problem nicht mehr auf und der Kompatibilitätsmodus kann im IE8 nicht aktiviert werden.
Comment 9 Dirk Wiesenthal univentionstaff 2012-11-13 10:43:38 CET
Funktioniert
Comment 10 Stefan Gohmann univentionstaff 2012-12-12 21:09:15 CET
UCS 3.1-0 has been released: 
 http://forum.univention.de/viewtopic.php?f=54&t=2125

If this error occurs again, please use "Clone This Bug".
Comment 11 Alexander Kläser univentionstaff 2013-01-08 13:52:07 CET
*** Bug 27057 has been marked as a duplicate of this bug. ***