Page MenuHomePhabricator

VisualEditor: Template dialog wrongly prefixes suggestions from User namespace with colon
Closed, ResolvedPublic

Description

Steps:

  1. Create page with VE
  2. Insert New Template
  3. Enter text that is the prefix of one or more pages in the User namespace with template data

Expected result:

Suggestions show up as:
User:Foo/Template:Example
User:Foo/Template:Unsigned
User:Foo/Template:Unsigned2

Actual result:

Suggestions show up as
:User:Foo/Template:Example
:User:Foo/Template:Unsigned
:User:Foo/Template:Unsigned2


Version: unspecified
Severity: normal

Details

Reference
bz67386

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:42 AM
bzimport set Reference to bz67386.

Change 144497 had a related patch set uploaded by Alex Monk:
Get rid of my prefixColon config option from TitleInputWidget, use relative title

https://gerrit.wikimedia.org/r/144497

Change 144497 merged by jenkins-bot:
MWTitleInputWidget: Remove prefixColon option and use relative title instead

https://gerrit.wikimedia.org/r/144497

So this *should* be fixed this time...

(In reply to Alex Monk from comment #3)

So this *should* be fixed this time...

Famous last words. :-)