Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Test #1

Closed
lojjic opened this issue May 21, 2010 · 2 comments
Closed

Test #1

lojjic opened this issue May 21, 2010 · 2 comments

Comments

@lojjic
Copy link
Owner

lojjic commented May 21, 2010

Test issue

@lojjic
Copy link
Owner Author

lojjic commented May 21, 2010

test comment

@lojjic
Copy link
Owner Author

lojjic commented May 21, 2010

close

gucong3000 pushed a commit to gucong3000/PIE that referenced this issue Apr 22, 2016
1) Make the root renderer check all its sub-renderers' isActive state, rather than all the styleInfos, to determine if the main box should be created; this prevents the css3-container from being created and then not getting anything put in it.
2) Prevent the background and border StyleInfo objects from modifying the background/border runtimeStyle if that runtimeStyle has not been modified previously; also don't worry about resetting the border-style as that never gets modified when hiding the border.
3) Wrap several of the StyleInfo methods so that their return values are cached over the course of an update; gives a decent speed bump, especially now that isActive is called more often (see lojjic#1)
4) Move the attachment of event handlers down after the first call to update(); this prevents the changes to the element that occur during rendering from triggering update checks.
5) When handling onresize/onmove events, quit early if the element's bounds have not been previously queried; this prevents the extra loops which were firing after all the elements were initted when those elements have no initial CSS3 rendering.
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant