[Bug 61497] VisualEditor Math plugin displayed equation becomes jumbled during and after after editing

2014-04-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61497

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=52499

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61497] VisualEditor Math plugin displayed equation becomes jumbled during and after after editing

2014-04-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61497

--- Comment #1 from Richard Morris  ---
Created attachment 15234
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=15234&action=edit
Screenshot of garbled output

This is a screenshot of the type of output obtained. You need MathJax on and
image will become garbled as soon as the formula is edited with the
VisualEditor formulae editing beta feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61497] VisualEditor Math plugin displayed equation becomes jumbled during and after after editing

2014-04-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61497

--- Comment #2 from Richard Morris  ---
The problem seems to be a clash of CSS styling. MathJax makes heavy use of
position: absolute, position: relative and setting the top, and left properties
eg

...

yet this is all rendered to nothing by the CSS rule

.ve-ce-protectedNode, .ve-ce-protectedNode * {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  ...
}

If you comment out these css properties the MathJax displays OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61497] VisualEditor Math plugin displayed equation becomes jumbled during and after after editing

2014-02-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61497

Richard Morris  changed:

   What|Removed |Added

 Blocks||43058

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l