Page MenuHomePhabricator

Mobile shouldn't use javascript to resize elements
Closed, ResolvedPublic

Description

The mobile site currently uses javascript to resize some elements to the correct size. This causes a delay in displaying the elements correctly and is unnecessary. The #results is already absolute-positioned so it could just use both left and right styles to give it the right size, and the top box could start with the right size using a table. (There's a good chance there's a simpler way to do both of those, but I can't think of one atm.)


Version: unspecified
Severity: normal

Details

Reference
bz32175

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:59 PM
bzimport set Reference to bz32175.
bzimport added a subscriber: Unknown Object (MLST).

Addressed in r112791
Various other changes have been made to lean on CSS for this sort of thing than javascript.