https://bugzilla.wikimedia.org/show_bug.cgi?id=59911
James Forrester <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Status|NEW |ASSIGNED URL| |https://www.mediawiki.org/w | |/index.php?title=User:Jdfor | |rester_(WMF)/Sandbox_345&ol | |did=885285?veaction=edit CC| |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|Editing Tools |ContentEditable Assignee|[email protected] |[email protected] Summary|VisualEditor:Cannot add |VisualEditor: TypeError: |newline after adding images |Cannot call method |to a page |'getModel' of null when | |adding a newline after a | |new media item --- Comment #1 from James Forrester <[email protected]> --- Seems to be failing to handle enter when in a block slug for some reason… but only on the page re-load. Line 1675 of ve.ce.Surface.js (in handleEnter) is throwing "TypeError: Cannot call method 'getModel' of null" because "outermostNode" is null. ncaught TypeError: Cannot call method 'getModel' of null ve.ce.Surface.js:1675 -- 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
