Page MenuHomePhabricator

Empty LI elements still take up loads of space in the UI
Closed, ResolvedPublic

Description

They're display: none'd, but apparently that's not enough. Maybe detach them until they're filled? Maybe set height: 0px? I don't know.


Version: unspecified
Severity: minor

Details

Reference
bz56193

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:38 AM
bzimport added a project: MediaViewer.
bzimport set Reference to bz56193.
bzimport added a subscriber: Unknown Object (MLST).

Bumping down because it's not happening in our setup - only happens when CMD isn't installed, and that won't ever happen for us.

Might happen for third parties, but they can just install CMD and have it fixed.

Not sure what this bug is about. Is this still an issue?

It's about elements that are in the DOM but have no data, so should be display: none'd...I think we fixed this, I don't see issues with it anymore.