Bug 102482 - AJ5 Developer notebook doesn't wrap properly in Internet Explorer
Summary: AJ5 Developer notebook doesn't wrap properly in Internet Explorer
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Docs (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.5.0 M4   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-01 10:26 EDT by Helen Beeken CLA
Modified: 2005-07-27 05:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helen Beeken CLA 2005-07-01 10:26:07 EDT
If you open up the AspectJ 5 Development Kit Deveopers Notebook
(http://www.eclipse.org/aspectj/doc/next/adk15notebook/index.html) in Internet
Explorer and then shrink the window (width wise), the title "The AspectJ 5
Development Kit Deveopers Notebook" doesn't wrap properly. Instead of splitting
onto two lines (as it does in Firefox) it puts the words on top of each other.

This bug becomes apparent when the docs are packaged up for use in AJDT as the
browser size isn't as big.
Comment 1 Erik Hilsdale CLA 2005-07-20 21:10:52 EDT
verified.  There might be an easy fix for this by doing something with
aspectj-docs.css:  maybe

h1.title {
  line-height: 1em;
}

which should cascade from the existing h1 spec and hopefully base its em
measurement on the font size for h1.  Note: this is completely untested.
Comment 2 Adrian Colyer CLA 2005-07-27 05:30:31 EDT
fixed - a few minutes light relief from generics :)