[Libreoffice-bugs] [Bug 108732] New: listbox setting a new SelectedValue sets to NULL instead

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jun 24 12:48:48 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=108732

            Bug ID: 108732
           Summary: listbox setting a new SelectedValue sets to NULL
                    instead
           Product: LibreOffice
           Version: 5.3.3.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: lionel at mamane.lu

Description:
Setting SelectedValue seems to change the value to NULL if the current value
and new value are different.

Print oListBox.CurrentValue // current value is "yes"
oListBox.SelectedValue = "yes"
Print oListBox.CurrentValue // shows as "yes"

Print oListBox.CurrentValue // current value is "no"
oListBox.SelectedValue = "yes"
Print oListBox.CurrentValue // shows as "" (NULL)


Steps to Reproduce:
.

Actual Results:  
.

Expected Results:
.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
Firefox/45.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170624/691e6b27/attachment.html>


More information about the Libreoffice-bugs mailing list