Page MenuHomePhabricator

Right click to edit section depends on edit section links
Closed, ResolvedPublic

Description

This is a regression from 1.4. The right click to edit section has been moved
from parser to javascript, where it needs edit section links to form the url. It
is possible to keep the feature in javascript, if the section number is provided
in other ways, for example adding id="section-3" to h-element.


Version: 1.5.x
Severity: normal

Details

Reference
bz2534

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:36 PM
bzimport set Reference to bz2534.
bzimport added a subscriber: Unknown Object (MLST).
  • Bug 2561 has been marked as a duplicate of this bug. ***

avarab wrote:

*** Bug 2605 has been marked as a duplicate of this bug. ***

slowpoke wrote:

If someone has a css hack to get rid of those uglu edit links I'd appreciate it
if you could post it here

Well that was an easy one because they were identified by class.

This should do it

.editsection {
display: none;
}

Committed change to hide edit section links with CSS, should fix the problem.

  • Bug 2605 has been marked as a duplicate of this bug. ***