Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Added z-index:1 to list-view + brought back transform3d positioning, removes CSS requirements #55

Closed
wants to merge 1 commit into from

Conversation

minusfive
Copy link

Fixes #54

  • Moved applyTransform from ListView to ListViewMixin since VirtualListView
    also uses it.
  • Brought transform3d based positioning back into applyTransform
  • Added z-index:1 to ListView in order to fix scroll-bar layering on webkit
  • Added position:absolute to ListItemViewMixin to remove CSS requirements
  • Removed ListViewHelper (no longer needed)
  • All tests seem to pass

Note: This does not fix #48 (inertial scrolling conflict with mouse events
on webkit).

…orm3d positioning

- Moved applyTransform from ListView to ListViewMixin since VirtualListView
  also uses it.
- Brought transform3d based positioning back into applyTransform
- Added z-index:1 to ListView in order to fix scroll-bar layering on webkit
- Added position:absolute to ListItemViewMixin to remove CSS requirements
- Removed ListViewHelper (no longer needed)
- All tests seem to pass

Note: This does not fix emberjs#48 (inertial scrolling conflict with mouse events
      on webkit).
minusfive referenced this pull request Jun 5, 2013
delegate applyTransform from list item to parent
and always use top left in ListView to prevent
scroll bar from being occluded.
@minusfive
Copy link
Author

So please hold on this. We've been discussing with @kselden and a few changes need to be made here. Will update asap.

@stefanpenner
Copy link
Member

status?

@krisselden
Copy link
Contributor

@stefanpenner transform2d provided the perf without the bug was the conclusion of our discusion

@stefanpenner
Copy link
Member

@minusfive would u like to make the adjustments, if you are to busy me or @kselden can jump on it.

@minusfive
Copy link
Author

Yeah, I'm terribly sorry guys, the project I've been working on has been ramping up for launch, so I've been busier than anticipated. Haven't had a chance to continue work on this.

Please move forward without me, and thank you so much for your work.

@ghost ghost assigned stefanpenner Aug 21, 2013
@ghost ghost assigned krisselden Sep 14, 2013
@krisselden krisselden closed this Sep 17, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants