Page MenuHomePhabricator

VisualEditor: Breadcrumb doesn't reappear upon saving page
Closed, ResolvedPublic

Description

After using VE to edit a subpage in a namespace with subpages enabled, and saving changes, the breadcrumb link (< ParentPageName) underneath the page title does not come back.


Version: unspecified
Severity: normal

Details

Reference
bz68432

Event Timeline

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

<Krenair> So what's currently broken here is how we try to deal with the 'redirect page' text under the title
<Krenair> We just do $( '#contentSub' ).text( ve.msg( 'redirectpagesub' ) ); which will overwrite the subpage breadcrumb
<Krenair> Unfortunately, core doesn't wrap that redirect text in a way which we could single it out.

Gerrit change 148883 to fix MW core

Change 149351 had a related patch set uploaded by Alex Monk:
Don't overwrite #contentSub just to try to get the correct subtitle for redirects

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

Change 149351 merged by jenkins-bot:
Don't overwrite #contentSub just to try to get the correct subtitle for redirects

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