Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

SpeedDial: Remove necessity of ng-cloak on parent. #6788

Closed
topherfangio opened this issue Jan 20, 2016 · 1 comment
Closed

SpeedDial: Remove necessity of ng-cloak on parent. #6788

topherfangio opened this issue Jan 20, 2016 · 1 comment
Assignees
Labels
P2: required Issues that must be fixed.
Milestone

Comments

@topherfangio
Copy link
Contributor

Currently, there is often a requirement that the Speed Dial's parent use ng-cloak. Although we document this, it should not be required.

The main reason this is currently necessary is because the Speed Dial uses flex positioning for the hidden items, meaning that the "default" CSS state of the component has the items positioned where they will be when opened, and we use JS to translate the positions to be hidden behind the trigger.

Ideally, we would ensure that the component starts out closed with all of the items hidden behind the FAB and upon opening, it translates the items into place. This may require a rewrite of the layout/CSS to use absolute/relative positioning rather than flex.

@topherfangio topherfangio added the P2: required Issues that must be fixed. label Jan 20, 2016
@topherfangio topherfangio self-assigned this Jan 20, 2016
@topherfangio topherfangio added this to the Backlog milestone Jan 20, 2016
@ThomasBurleson ThomasBurleson modified the milestones: - Backlog, Deprecated Apr 26, 2016
@ThomasBurleson
Copy link
Contributor

This issue is closed as part of our deprecation effort.
For details, see our post Spring Cleaning 2016.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P2: required Issues that must be fixed.
Projects
None yet
Development

No branches or pull requests

2 participants