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

Remove memoization of search field width. #1359

Merged
merged 1 commit into from
Jul 17, 2013

Conversation

pfiller
Copy link
Contributor

@pfiller pfiller commented Jul 16, 2013

@kenearley @stof @koenpunt

This addresses #1352 and #1167, but does not entirely fix them. As long as we don't have a window resize method, fields with widths will always run the risk of being behind the actual container size.

Performance of jQuery's outerWidth method was the original reason for adding memoization, but it does't seem to be a big enough problem to keep at all costs.

Addresses #1352 and #1167, but may not fix them. Performance of
jQuery's outerWidth method was the original reason for adding
memoization, but it does't seem to be a big enough problem to keep
at all costs.
@kenearley
Copy link

Looks fine to me. :shipit:

pfiller added a commit that referenced this pull request Jul 17, 2013
Remove memoization of search field width.
@pfiller pfiller merged commit 5dd7df1 into master Jul 17, 2013
@pfiller pfiller deleted the fix-percentage-width-issues branch July 17, 2013 16:31
pfiller added a commit that referenced this pull request Jul 17, 2013
- Search optgroups #1343
- Change search match style #1344
- Remove memoization of search field width. #1359
- Remove Chosen's ID dependency #1360
- Rebuild Search Results After liszt:updated #1361
- Clear highlight when no results are found #1364
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