This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 110833 - Usability issues in css editor
Summary: Usability issues in css editor
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-24 20:31 UTC by _ tboudreau
Modified: 2008-04-28 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2007-07-24 20:31:57 UTC
There are a number of usability issues with the css editor components.  Most of them stem from their being separate from the editor:

1.  The entire editor is in a scroll pane, rather than putting the contents of the tabbed pane inside the scroll pane.  Otherwise you keep having to scroll down, 
scroll back up to click another tab, scroll down again - a lot of work for nothing.
2.  Why are there two TopComponents here?  It would make more sense to override creating the editor in the EditorSupport for CSS and embed the CSS editor 
in the lower half of a split pane and the text editor in the top.
3.  Why is the preview a separate TopComponent?  Can't figure out when it actually needs to be separately closable - does someone ever *not* want a preview 
of their CSS?
Comment 1 Samaresh Panda 2007-07-24 21:30:33 UTC
-->web/css
Comment 2 Marek Fukala 2007-10-12 19:44:19 UTC
#1 already fixed
#2 more flexible, user can move/change size of the windows freely
#3 someone may need just to preview a css file, do not need the editor. The preview should be activated if a node with
Previewable cookie is selected.