Bug 208191 - [WPE] JSF Page Designer - missing vertical scrollbar, wrong tags visual nesting
Summary: [WPE] JSF Page Designer - missing vertical scrollbar, wrong tags visual nesting
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Ian Trimble CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-10-31 03:10 EDT by Lumir Vanek CLA
Modified: 2010-02-21 16:37 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lumir Vanek CLA 2007-10-31 03:10:16 EDT
Build ID: M20070921-1145

Steps To Reproduce:
Hi,

when I open JSF page in designer, design page have no vertical scrollbar and do not respond to whell scolling - so it's unusable for me.

This is because jsp:root tag (blue line in screenshot) in design page is displayed with small vertical size and its content is visually out of it's range (red line).

Only when I resize design page to be smallest than jsp:root tag, vertical scrollbar is displaied. See:

http://www.valachnet.cz/lvanek/java/other

Bye,
Lumir Vanek


More information:
Eclipse 3.3.1, wtp-M-2.0.2-20071004053715
Comment 1 Lumir Vanek CLA 2007-10-31 03:24:25 EDT
Now, I found that this is caused by HTML [div] tag in my JSP. When I replace them by [hx:div] (my custom JSF component), page is displayed correctly.
Comment 2 Raghunathan Srinivasan CLA 2007-12-20 14:32:39 EST
Please review to see if we have a limitation that we should fix or document.
Comment 3 Raghunathan Srinivasan CLA 2008-02-07 18:36:45 EST
Support for HTML tags needs work. Deferred due to lack of resources. Contributions from the community would be welcomed.