Text Wrapping
-
Bassam Abdul-Baki wrote:
I'm using IE8
Well, there's your problem! ;) ;P
public class SysAdmin : Employee
{public override void DoWork(IWorkItem workItem) { if (workItem.User.Type == UserType.NoLearn){ throw new NoIWillNotFixYourComputerException(new Luser(workItem.User)); }else{ base.DoWork(workItem); } }
}
-
Fire me the source code to IE8 and I'll take a look.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
Fire me the source code to IE8 and I'll take a look.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
I forgot the joke icon. No, I meant fire me the source code to IE8 so I can fix their rendering engine.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
I forgot the joke icon. No, I meant fire me the source code to IE8 so I can fix their rendering engine.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
Fire me the source code to IE8 and I'll take a look.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
This happens in Chrome (20.0.1132.34 beta-m) as well. If I resize the window all the text is wrapped correctly until I reload the page.