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

Method Summary lists (when collapsed) have a wrapping issue in FF, and a clipping issue in Chrome #204

Closed
wants to merge 5 commits into from

Conversation

srawlins
Copy link
Contributor

At the top of class files, like GMP::Z, there are two sections, Class Method Summary and Instance Method Summary. This bug applies the same to both. This bug is seen when a section is collapsed. In Firefox (3.6.+), there is a wrapping issue. In Chrome, there is a clipping issue. This commit fixes both.

I have tested the fix in both Firefox 3.6.12 and Chrome 7.0 (as if the Chrome version numbers meant anything). Spacing, padding, etc. is not altered; the number of method names that fit on a line is unchanged.

I have not tested Safari, or IE. I'm not even sure if either issue exists on those.

@lsegal
Copy link
Owner

lsegal commented Dec 15, 2010

Fix wrapping issue in collapsed method sumary item blocks.

Closed by 65f4987

This pull request was closed.
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