Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and use a base class for mappanel sliders. #204

Merged
merged 1 commit into from
Oct 29, 2013

Conversation

marcjansen
Copy link
Member

This reduces the amount of copied code and reuses the methods from the base class.

All tests pass in IE8, Chrome 30 and Firefox 24, The examples work as expected in these browsers.

Please review.

PS: The Zoom slider example still shows some glitches when the slider outside of the mappanel is being used in a quick manor. AFAICT this is not related to the changes in this PR, as it can e.g. be reproduced in the online example. I opened a separate issue for this behaviour: #205.

/**
* Once we are rendered and we know that we are a child of a
* mappanel, we need to make some adjustments to our DOMs
* box dimensions.
* mappanel, we bind our event hanlders to the map.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

handlers

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix

@bartvde
Copy link
Member

bartvde commented Oct 29, 2013

LGTM @marcjansen put in two minor comments

This reduces the amount of copied code and reuses the methods from the
base class.
marcjansen added a commit that referenced this pull request Oct 29, 2013
Add and use a base class for mappanel sliders. (r=@bartvde)
@marcjansen marcjansen merged commit 9e3459d into geoext:master Oct 29, 2013
@marcjansen marcjansen deleted the refactor-slider branch October 29, 2013 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants