
adam at RFXTechnologies
May 8, 2009, 11:11 AM
Post #4 of 31
(3442 views)
Permalink
|
Seems to work well for me in IE8. The bullets look like this: If I switch to compatibility view (which is supposed to emulate IE7), it pretty much quits working completely. I am getting a JS error: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; InfoPath.2; MS-RTC LM 8; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322) Timestamp: Fri, 8 May 2009 18:10:51 UTC Message: Expected identifier, string or number Line: 90 Char: 9 Code: 0 URI: http://bricolagecms.org/docs/devel/api/podsite.js Also looks good in FF 3.0.10, Chrome 1.0.154.59, and Safari 3.2.2 (all on Server 2008 64bit). > -----Original Message----- > From: David E. Wheeler [mailto:david [at] kineticode] > Sent: Friday, May 08, 2009 1:56 PM > To: Bricolage Users > Subject: New API Browser > > Howdy, > > I've been hard at work the last few days building a new [API browser] > using jQuery and Pod::Simple::XHTML. I'd appreciate it if you gave it > a spin right now. > > [API browser]: http://bricolagecms.org/docs/devel/api/ > > A few things to note and to try: > > * There is no more iframe. It's all strict XHTML. The nav is in a div, > and the documents are loaded into the right pane, which is also a div, > using jQuery. > > * If you click on a link to a Bricolage class within the > documentation, it should take you to the right page, with the nav tree > opened to the right place. > > * You can point to a specific doc referencing it like so: > > http://bricolagecms.org/docs/devel/api/?Bric::Admin > > I expect to make the ? optional soon; need to get a change to the > config to make that work. > > * You can even point to a specific ID in a page and it will open it up > and scroll to it: > > http://bricolagecms.org/docs/devel/api/?Bric::Admin#Perl-Modules > > * Links to sections within a document should work, as should links to > non-Bricolage modules (they'll go to search.cpan.org). > > * The triangles and diamond bullet in the nav are not graphics, > they're UTF-8 characters shoved in via jQuery. If you use IE, do they > appear for you? If not, how usable is it? > > * Browsers I want to know work: > + Firefox 2+ > + IE 6+ > + Safari 2+ > > Let me know if you run into any browser-related issues. > > Once this is tested significantly and any browser-related issues > fixed, I'll regenerate all of the docs with the new browser and > release the module that creates it to CPAN. So give it a whirl! > > Thanks, > > David
|