You are viewing a read-only archive of the Blogs.Harvard network. Learn more.
LDS site bugtracker » issue

LDS site bugtracker

document bugs, float ideas, and monitor status of LDS site issues

Archive for the 'issue' Category

not necessarily a bug but some other generic issue or concern.

super and sub-scripts in WYSIWYG

Posted by alcrockett on 24th June 2008

It seems that the WYSIWYG editor (the one you get when you select HTML with editor) inserts HTML that does not work with all browsers.

The editor inserts this:

A CO<span class="Apple-style-span">2</span>-filled balloon

which renders as this:

A CO2-filled balloon

Instead you should the non-WYSIWYG editor that is not the plain-text editor (that is, we want to use the editor you get when we select HTML). Now go to where you want to add a subscript and add <sub> tags (for superscripting use the <sup> tags), like this:

A CO<sub>2<sub>-filled balloon

Should render like this:

A CO2-filled balloon

Posted in HTML editor, issue | Comments Off on super and sub-scripts in WYSIWYG

“Plain text” HTML editor seems to cause problems

Posted by alcrockett on 17th June 2008

So far whenever I edit HTML using the “plain text” editor iSites seems to want to translate the angle brackets into their entity values, so that when you go to view the HTML the code is visible.

For example, if I enter this into the editor:

<div><p>hello</p></div>

then when I go to view it I see:

<div><p>hello</p></div>

instead of:

hello

This may be happening because when the user saves the entry, the tool parses the input text as XML instead of plain text? I remember having a similar problem when I tried to roll my own HTML editor.

Anyway, the moral of the story is stay away from the plain text editor, use the regular HTML editor instead.

Posted in HTML editor, issue | Comments Off on “Plain text” HTML editor seems to cause problems

SSL toggling for topics

Posted by alcrockett on 17th June 2008

I noticed that the About Us page started serving itself using SSL encryption. Please do not turn on SSL encryption for pages, as it is unnecessary and slows down the HTTP (HTTPS, actually, when using SSL) transaction.

SSL is turned on by going to Site Admin / Manage Pages, highlighting the name of a page, clicking the padlock icon in the upper right and then selecting “ok” from the popup dialog.

Posted in issue | Comments Off on SSL toggling for topics

GIF for Liquid Crystal Sheets kinda painful

Posted by alcrockett on 12th June 2008

Not to be harsh but this image hurts my eyes:
illustration of liquid crystal sheets

Posted in issue, unresolved | 1 Comment »

URLs too long

Posted by alcrockett on 12th June 2008

URLs to writeups and other resources are a little gnarly.

Example:
http://isites.harvard.edu:80/icb/icb.do?keyword=k16940&panel=icb.pagecontent274236%3Ar%241%3Fname%3Dindepth.html%2Cicb.pagecontent274235%3Ar%241%3Fname%3Dindepth.html&pageid=icb.page118854&pageContentId=icb.pagecontent274235&state=maximize

It would be nice to see if there’s a way to “pretty-print” URLs so that they’re less than 80 columns long and easier to remember. Hopefully iSites has a built-in way to do this…otherwise implementation may involve hacking the Deployment Descriptor file, which is doable but may take some time.

Posted in idea, issue, URLs | Comments Off on URLs too long