You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem was that the scroller shadow for the project files area was overlapping the title because it was not being repositioned once the title was first set.
Triggering a scroll event forces _updateScrollerShadow on ViewUtils to run again, positioning the shadow scroller in the right place.
Issue by jbalsas
Wednesday Feb 20, 2013 at 00:33 GMT
Originally opened as adobe/brackets#2905
This is a possible fix for #2255.
The problem was that the scroller shadow for the project files area was overlapping the title because it was not being repositioned once the title was first set.
Triggering a scroll event forces
_updateScrollerShadow
onViewUtils
to run again, positioning the shadow scroller in the right place.jbalsas included the following code: https://github.com/adobe/brackets/pull/2905/commits
The text was updated successfully, but these errors were encountered: