Topic on Extension talk:WikiEditor

Delayed WikiEditor Loading Causes Text Shift

3
Jer Hughes (talkcontribs)

I sometimes open multiple pages for editing and I let all the pages fully load. However, it seems that the wikieditor toolbar doesn't load until the browser window is focused.

This is mildly frustrating as I click the textbox where I need to edit, then the toolbar loads, and now I need to refind my place. I noticed the toolbar seems to have a height of 66px so I tried to add .wikiEditor-ui-top{min-height:66px} to no MediaWiki:Common.css page.

However, I notice that the wikieditor html isn't even initially loaded with the page, but is part of code that gets inserted a split second after the page is loaded.

Is there a way to make the wikieditor html "automatically turned on by default" so it does not get dynamically inserted after the page load? Or is there some css I can insert into the MediaWiki:Common.css page to account for the space the toolbar will take once fully loaded to prevent text from shifting?

Whatamidoing (WMF) (talkcontribs)

Which wiki are you have problems at?

Jer Hughes (talkcontribs)

It's on a personal wiki that uses MediaWiki. Only extensions used on Wikipedia are used.

Reply to "Delayed WikiEditor Loading Causes Text Shift"