https://bugzilla.wikimedia.org/show_bug.cgi?id=56012

       Web browser: ---
            Bug ID: 56012
           Summary: VisualEditor: Refactor CSS so CE doesn't need to
                    position things relative to the UI surface
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Technical Debt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I see a lot of code like this:

ve.Element.getRelativePosition( [something],
this.getRoot().getSurface().getSurface().$ );

Ideally, CE classes wouldn't need to reach into the UI surface for stuff like
this. Positioning against the CE surface should just work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to