2004-03-07 19:39:58 UTC
I need to fix this... the base HREF for the WebView which displays the chat's HTML is at sourceforge.net. The WebKit doesn't seem to like showing HTML without some form of base HREF. The code is here, at line 348 of ChatOutlineDataSource.m:
[messageDetailsFrame loadHTMLString:htmlText baseURL:[NSURL URLWithString:@"
http://www.sf.net/projects/chatsearch/"]];
Still trying to figure out how to work around this (neither nil nor local URLs seem to work) but as you can see it's nothing nefarious.
http://cvs.sourceforge.net/viewcvs.py/*checkout*/chatsearch/chatsearch/DataSourceControllers/ChatOutlineDataSource.m?content-type=text%2Fplain&rev=1.1.1.1