Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swimlane titles are not vertical in Internet Explorer 11 #1798

Closed
gabrielcossette opened this issue Jul 23, 2018 · 4 comments
Closed

Swimlane titles are not vertical in Internet Explorer 11 #1798

gabrielcossette opened this issue Jul 23, 2018 · 4 comments

Comments

@gabrielcossette
Copy link

gabrielcossette commented Jul 23, 2018

Issue

Server Setup Information:

  • Did you test in newest Wekan?: Yes
  • Wekan version: 1.21
  • Operating System: Linux

Problem description:
In Internet Explorer 11, the swimlane titles on the left side are horizontal and upside down, instead of vertical.

@gabrielcossette gabrielcossette changed the title Hi, Swimlane title is not vertical in Internet Explorer Jul 23, 2018
@gabrielcossette gabrielcossette changed the title Swimlane title is not vertical in Internet Explorer Swimlane titles are not vertical in Internet Explorer 11 Jul 23, 2018
@xet7
Copy link
Member

xet7 commented Jul 24, 2018

@gabrielcossette

Screenshot please

@gabrielcossette
Copy link
Author

@xet7 Sorry, here you go:
image
Seems like the CSS property is not being applied:
image

@xet7
Copy link
Member

xet7 commented Aug 21, 2018

Sorry, I tried following fixes, but did not get it working right. Somebody could try to get it working.

diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl
index dce298b..41a203f 100644
--- a/client/components/swimlanes/swimlanes.styl
+++ b/client/components/swimlanes/swimlanes.styl
@@ -32,23 +32,31 @@
     border-bottom: 1px solid #CCC
 
     .swimlane-header
-      writing-mode: vertical-rl;
-      transform: rotate(180deg);
-      font-size: 14px;
-      line-height: 50px;
-      margin-top: 50px;
-      font-weight: bold;
-      min-height: 9px;
-      width: 50px;
-      overflow: hidden;
-      -o-text-overflow: ellipsis;
-      text-overflow: ellipsis;
-      word-wrap: break-word;
-      text-align: center;
-
-    .swimlane-header-menu
-      position: absolute
-      padding: 20px 20px
+      writing-mode: vertical-rl
+      moz-transform: rotate(45deg)
+      o-transform: rotate(45deg)
+      webkit-transform: rotate(45deg)
+      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.30710678, M12=-0.30710678, M21=0.30710678, M22=0.30710678, sizingMethod='auto expand')
+      ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.30710678, M12=-0.30710678, M21=0.30710678, M22=0.30710678, sizingMethod='auto expand')"
+      zoom: 1
+      position: relative\9
+      top: -21px\9
+      left: -21px\9
+      font-size: 14px
+      line-height: 50px
+      margin-top: 50px
+      font-weight: bold
+      min-height: 9px
+      width: 50px
+      overflow: hidden
+      -o-text-overflow: ellipsis
+      text-overflow: ellipsis
+      word-wrap: break-word
+      text-align: center
+
+      .swimlane-header-menu
+        position: absolute
+        padding: 20px 20px
 
 .list-group
   height: 100%

@yanqd0
Copy link

yanqd0 commented Sep 6, 2018

This issue bothered me too, in Chrome.

image

Version information:

image

xet7 added a commit that referenced this issue Oct 13, 2018
Thanks to tomodwyer !

Closes #1798
xet7 added a commit that referenced this issue Oct 13, 2018
@xet7 xet7 closed this as completed in 63ee764 Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants