[dba-issues] [Issue 111593] ListBox and CobmoBox cont rols don't show NULL/empty value in their sele ction lists despite 'required'=0

2010-05-14 Thread kretek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111593
 Issue #|111593
 Summary|ListBox and CobmoBox controls don't show NULL/empty va
|lue in their selection lists despite 'required'=0
   Component|Database access
 Version|OOo 3.2.1 RC1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|kretek





--- Additional comments from kre...@openoffice.org Fri May 14 07:29:27 
+ 2010 ---
Regression: in both ListBox and ComboBox controls, when their selection list is
rolled out, it doesn't contain 'null' option that can be clicked. This happens
despite having 'required' property set to false. The only way to select 'null'
value in this situation is to roll out the list and then use the keyboard to go
above the first value on the list. Then, the control accepts this 'null' value.
I saw the proper behaviour once, I believe this was somewhere about version 2.4.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 111593] ListBox control doesn't s how NULL/empty value in its selection list des pite 'required'=0

2010-05-14 Thread kretek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111593


User kretek changed the following:

What|Old value |New value

 Summary|ListBox and CobmoBox contr|ListBox control doesn't sh
|ols don't show NULL/empty |ow NULL/empty value in its
|value in their selection l| selection list despite 'r
|ists despite 'required'=0 |equired'=0





--- Additional comments from kre...@openoffice.org Fri May 14 08:30:57 
+ 2010 ---
This behaviour is not affected by NULL property of the linked database field.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 111593] ListBox control doesn't s how NULL/empty value in its selection list des pite 'required'=0

2010-05-14 Thread kretek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111593





--- Additional comments from kre...@openoffice.org Fri May 14 08:43:44 
+ 2010 ---
Created an attachment (id=69454)
ODB file containing sample form to reproduce the issue


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 109535] forms:

2010-02-23 Thread kretek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109535
 Issue #|109535
 Summary|forms: 
   Component|gsl
 Version|OOo 3.2
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|kretek





--- Additional comments from kre...@openoffice.org Tue Feb 23 11:41:24 
+ 2010 ---
The ListBox subcomponent in grid control has broken automation in v3.2. It
doesn't response to getParent() function correctly.

The following code, triggered by ListBox column subcomponent in a grid control,
works fine to the version 3.1.1 and stops working in 3.2:

Sub blah(oEvent)
dim oForm as object
dim oMasterForm as object
oForm = oEvent.Source
oMasterForm = oForm.getParent().getParent().GetParent().GetParent()
'some following code
end Sub

Since 3.2, every try of using getParent() on ListBox subcontrol ends up with
illegal object given message. I also used XRay on oEvent.Source and it also
gave the same error when I tried to inspect getParent() method of the object.

Since the code breaks in 3.2, I reverted to 3.1.1 and it resumed to work.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[gsl-issues] [Issue 109535] forms:

2010-02-23 Thread kretek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109535





--- Additional comments from kre...@openoffice.org Tue Feb 23 12:01:26 
+ 2010 ---
Created an attachment (id=67993)
The OOo Base document containing the form affected


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org