Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » CSS displaying in JavaDoc
CSS displaying in JavaDoc [message #231810] Fri, 22 May 2009 15:48 Go to next message
JGarrido is currently offline JGarridoFriend
Messages: 3
Registered: July 2009
Junior Member
Originally posted this in the wrong group (JDT), so reposting here:

I'm having an issue where there is CSS displaying in the JavaDocs (instead
of being rendered) within JSP files - it displays fine in Java files.
Running 3.4.2, and I noticed it on both my XP and Windows 7 machines. Any
ideas what could be causing it, or how it can be fixed? Here's an example
of what I see:

/* Font definitions */ html { font-family: 'Tahoma',sans-serif;
font-size: 8pt; font-style: normal; font-weight: normal; } body, h1, h2,
h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {
font-size:1em; } pre { font-family: monospace; } /* Margins */ body {
overflow: auto; margin-top: 0px; margin-bottom: 0.5em; margin-left:
0.3em; margin-
right: 0px; } h1 { margin-top: 0.3em; margin-bottom: 0.04em; } h2 {
margin-top: 2em; margin-bottom: 0.25em; } h3 { margin-top: 1.7em;
margin-bottom: 0.25em; } h4 { margin-top: 2em; margin-bottom: 0.3em; }
h5 { margin-top: 0px; margin-bottom: 0px; } p { margin-top: 1em;
margin-bottom: 1em; } pre { margin-left: 0.6em; } ul { margin-top: 0px;
margin-
bottom: 1em; } li { margin-top: 0px; margin-bottom: 0px; } li p {
margin-top: 0px; margin-bottom: 0px; } ol { margin-top: 0px;
margin-bottom: 1em; } dl { margin-
top: 0px; margin-bottom: 1em; } dt { margin-top: 0px; margin-bottom:
0px; font-weight: bold; } dd { margin-top: 0px; margin-bottom: 0px; } /*
Styles and colors */ a:link { color: #0000FF; } a:hover { color:
#000080; } a:visited { text-decoration: underline; } h4 { font-style:
italic; } strong { font-
weight: bold; } em { font-style: italic; } var { font-
style: italic; } th { font-weight: bold; } clone public Object clone()
Return a copy of this object.
Overrides: clone in class Object
Returns: a clone of this instance.See Also:
Cloneable


Thanks in advance.

- JG
Re: CSS displaying in JavaDoc [message #231859 is a reply to message #231810] Tue, 26 May 2009 14:15 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

JGarrido wrote:
> Originally posted this in the wrong group (JDT), so reposting here:
>
> I'm having an issue where there is CSS displaying in the JavaDocs
> (instead of being rendered) within JSP files - it displays fine in Java
> files. Running 3.4.2, and I noticed it on both my XP and Windows 7
> machines. Any ideas what could be causing it, or how it can be fixed?
> Here's an example of what I see:
>
> /* Font definitions */ html { font-family: 'Tahoma',sans-serif;
....

Not yet, but it's been reported as bug 277530.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=277530

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: CSS displaying in JavaDoc [message #231880 is a reply to message #231859] Tue, 26 May 2009 15:27 Go to previous message
JGarrido is currently offline JGarridoFriend
Messages: 3
Registered: July 2009
Junior Member
Nitin Dahyabhai wrote:

> JGarrido wrote:
>> Originally posted this in the wrong group (JDT), so reposting here:
>>
>> I'm having an issue where there is CSS displaying in the JavaDocs
>> (instead of being rendered) within JSP files - it displays fine in Java
>> files. Running 3.4.2, and I noticed it on both my XP and Windows 7
>> machines. Any ideas what could be causing it, or how it can be fixed?
>> Here's an example of what I see:
>>
>> /* Font definitions */ html { font-family: 'Tahoma',sans-serif;
> ....

> Not yet, but it's been reported as bug 277530.

> https://bugs.eclipse.org/bugs/show_bug.cgi?id=277530

Thank you Nitin, yes I actually ran across this one, so there appears to
be duplicates reported:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=188838
Previous Topic:How to set focus in org.eclipse.wst.xml.xpath2.processor.jar
Next Topic:Creating solo tags (i.e. <tag .../>) with WST XML api
Goto Forum:
  


Current Time: Tue Apr 23 11:10:33 GMT 2024

Powered by FUDForum. Page generated in 2.45101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top