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

--- Comment #2 from Krinkle <[email protected]> ---
Confirmed and hunt down.

From what I can see the problem may be in ve.dm.Surface not emitting any
'transact' events.

Adding a log() call in
ve.init.mw.ViewPageTarget.prototype.onSurfaceModelTransact, shows me the
following.

* When entering the first characters on a new page it is called.
  The callback then properly unbinds itself after the first call.
* Go to "Review and save"
  Now it binds the event again, so that it is notified of the first
  change (if ever) when the dialog is closed.
  This happens in ve.init.mw.ViewPageTarget.prototype.onShowChanges
* Close the dialog
* Altering the document again

> the method is not called

Which I assume means ve.dm.Surface for some reason didn't emit any - or
mw.ViewPageTarget is binding it wrong, but that looks fine to me.

@Roan, any ideas?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to