Bug 110067 - [content assist] in JSP, switch content type and proposals are uppercase
Summary: [content assist] in JSP, switch content type and proposals are uppercase
Status: RESOLVED WORKSFORME
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: Future   Edit
Assignee: Ian Tewksbury CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2005-09-20 13:57 EDT by Phillip Avery CLA
Modified: 2009-12-10 10:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip Avery CLA 2005-09-20 13:57:40 EDT
if you have a JSP file w/ xml content type:

    <%@page contentType="text/xml charset=UTF-8"%>

then change content type to html on the fly:

    <%@page contentType="text/html charset=UTF-8"%>

the proposals are uppercase (not honoring the case preference?)

If you save then close/reopen the file, the proposals are now lowercase
(honoring the case preference now?)
Comment 1 David Williams CLA 2005-09-24 16:31:16 EDT
Amy, this may be a dup of related "JSP Conent type" bugs, 
bug please suggest a solution.
Comment 2 Amy Wu CLA 2008-10-27 04:15:04 EDT
reassigning to inbox
Comment 3 Ian Tewksbury CLA 2009-12-10 10:27:08 EST
This no longer seems to be a problem, must have been addressed in the past 5 years.