mediawiki-extensions-WikiEd.../modules/realtimepreview
thiemowmde ac8c355e20 Fix unrelated elements flickering during realtime preview
Steps to reproduce:
* Start making changes to a page in the classic editor.
* Use the normal "Show preview" or "Show diff" button at the bottom
  of the editor. The page reloads and now shows a preview/diff at
  the top, above the editor.
* Now start using the realtime preview feature on the right side of
  the editor.

You will notice that the preview/diff above the editor starts to
flicker, but is never updated. (There is no need to update it. The
realtime preview that is updated is the one in the right pane.)

The original code was added via T293347. I believe the flicker
exists since then. It's effectively a misconfiguration. I hope the
comments make this clear.

This is also a direct follow up to T307046 where the diff view was
fixed (it just disappeared before), but flickers since then.

Bug: T293347
Bug: T307046
Change-Id: I481610389cec902268a8fd09f6b0452131752d54
2023-09-13 11:17:12 +00:00
..
error.svg Add nicer realtime preview error messages 2022-03-24 14:56:19 +08:00
ErrorLayout.js Add nicer realtime preview error messages 2022-03-24 14:56:19 +08:00
ErrorLayout.less styles: Replace 'mediawiki.ui/variables' call with skin variables 2023-03-27 11:26:24 -07:00
init.js Realtime preview: allow loading as a gadget 2022-06-09 17:27:24 +08:00
ManualWidget.js Realtime Preview: add event tracking to triggered events 2022-07-26 12:06:04 -07:00
ManualWidget.less styles: Replace 'mediawiki.ui/variables' call with skin variables 2023-03-27 11:26:24 -07:00
monobook.less Realtime preview: improve toolbar button style 2022-04-26 15:08:28 +08:00
RealtimePreview.js Fix unrelated elements flickering during realtime preview 2023-09-13 11:17:12 +00:00
RealtimePreview.less styles: Replace 'mediawiki.ui/variables' call with skin variables 2023-03-27 11:26:24 -07:00
ResizingDragBar.js Realtime Preview: make ResizingDragBar's max width match the CSS 2022-07-21 12:31:57 -04:00
ResizingDragBar.less styles: Replace 'mediawiki.ui/variables' call with skin variables 2023-03-27 11:26:24 -07:00
TwoPaneLayout.js Add toggle button and two-pane layout for realtime preview 2022-03-13 07:28:01 +08:00
TwoPaneLayout.less styles: Replace 'mediawiki.ui/variables' call with skin variables 2023-03-27 11:26:24 -07:00