[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6165) EGT security dialog presents user with username/password text boxes that can be selected - but do not accept data

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Thu Apr 15 13:06:25 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-6165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12525964#action_12525964 ] 

Brian Fitzpatrick commented on JBIDE-6165:
------------------------------------------

I asked for some feedback on BRMS-279 and Len provided this:
"The dialog appears whenever a user right-clicks on the repo and selects security - see the screenshots attached. It's not really a functional bug - the confusion results from being presented with a dialog that appears to be edit-able, but it is isn't."

So it appears, now that we understand the problem a bit better, that the issue is that when the dialog appears when it comes up from the Security menu, we need to gray out the fields to emphasize that those fields are NOT editable on the Security tab of the Properties dialog that comes up. 

I think we can do that by simply changing the control to READ_ONLY like it was initially and then change the background color:

		pwField.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WIDGET_BACKGROUND));


> EGT security dialog presents user with username/password text boxes that can be selected - but do not accept data
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-6165
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-6165
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: drools
>    Affects Versions: 3.1.0.GA
>         Environment: JBDS 3.0
> BRMS 5.0.2 CR2
>            Reporter: Len DiMaggio
>            Assignee: Brian Fitzpatrick
>            Priority: Minor
>             Fix For: 3.1.x, 3.2.next
>
>         Attachments: JBIDE-6165.patch
>
>
> See linked JIRA for screenshot.

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

        


More information about the jbosstools-issues mailing list