https://bugzilla.wikimedia.org/show_bug.cgi?id=54248
Rob Moen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Rob Moen <[email protected]> --- If you look at firstedit tour definition, you'll see that shouldSkip is set to call isEditing() Calling gt.isEditing() checks to see if you are either editing with wikitext or if the VisualEditor is loaded. However the tour step loads before ve is actually loaded. IMO: isEditing needs to return true if VisualEditor is loading or loaded. Locally this fixes the bug for me. I probably will make a patch for this. -- 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
