New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 923533 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Optimize Milo's tabs implementation

Project Member Reported by hinoka@google.com, Jan 18 (4 days ago)

Issue description

Milo added tabs for timeline using the jquery ui tab's library.  However, this implementation has some issues:

* Content is hidden prior to jquery being loaded, and the reflow cost may be significant.  On large builds, there may be a 100-200ms flicker.
* Does not support responsive layout natively w/o javascript (ie using css media queries)

It'd be better to make the tabs implementation using native HTML/CSS, for performance reasons.
 

Comment 1 by hinoka@google.com, Jan 18 (4 days ago)

Components: Infra>Platform>Milo

Sign in to add a comment