Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1438) Cannot change colour in Theme style editor

Cannot change colour in Theme style editor
------------------------------------------

                 Key: UDIG-1438
                 URL: http://jira.codehaus.org/browse/UDIG-1438
             Project: uDIG
          Issue Type: Bug
          Components: ui
    Affects Versions: UDIG 1.1.0
            Reporter: Dave Sunerton-Burl


In the Theme style editor page, it is not possible to change the colour in the grid of classes at the bottom (the label/values can be changed but is sometimes inconsistent). You can click on the colour to get a colour picker, but whatever colour you pick it does not update the colour in the grid or the style. The only error messages in the log are...

!ENTRY org.eclipse.osgi 2 1 2008-10-17 21:46:25.640
!MESSAGE NLS missing message: SLDLineEditorPart_border_width_tooltip in: net.refractions.udig.style.sld.internal.messages

!ENTRY org.eclipse.osgi 2 1 2008-10-17 21:46:25.640
!MESSAGE NLS missing message: SLDLineEditorPart_border_opacity_tooltip in: net.refractions.udig.style.sld.internal.messages

!ENTRY org.eclipse.ui.workbench 2 0 2008-10-17 21:47:59.890
!MESSAGE A handler conflict occurred.  This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-10-17 21:47:59.890
!MESSAGE Conflict for 'org.eclipse.ui.navigate.backwardHistory':
HandlerActivation(commandId=org.eclipse.ui.navigate.backwardHistory,
	handler=ActionHandler(net.refractions.udig.style.sld.editor.internal.PageHistoryHolder$1@128b33a),
	expression=,sourcePriority=0)
HandlerActivation(commandId=org.eclipse.ui.navigate.backwardHistory,
	handler=ActionHandler(net.refractions.udig.style.sld.editor.internal.PageHistoryHolder$1@10ea988),
	expression=,sourcePriority=0)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top