Page MenuHomePhabricator

Duplicate ULS dialogs in page source
Closed, ResolvedPublic

Description

  1. Go to https://dev.translatewiki.net/w/i.php?title=Special:MainPage&uselang=he
  2. Click few input fields (search, search in group selector)
  3. Observe the page source (dynamically updated, not the static one)

Observed: Four or more <div ... class="grid uls-menu uls-wide">...</div>.

Expected: Only one.

Having more than one is usually waste of resources.


Version: master
Severity: normal
Whiteboard: code-quality

Details

Reference
bz48211

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:18 AM
bzimport set Reference to bz48211.
  • Bug 48423 has been marked as a duplicate of this bug. ***

Related URL: https://gerrit.wikimedia.org/r/63830 (Gerrit Change I78ad47b1875f9f6f40707fb05f948c939fe91b39)

Even though we need to avoid unnecessary duplication of ULS windows, please note that depending on context we show different ULS dialogs

  1. One with language settings at the settings block(bottom of dialog
  2. ULS triggered from more languages buttons- without settings icons at the bottom

(In reply to comment #2)

Related URL: https://gerrit.wikimedia.org/r/63830 (Gerrit Change
I78ad47b1875f9f6f40707fb05f948c939fe91b39)

This was reverted in gerrit 63906 because of a regression