docs: Add precision on editable string lists - #9501
Conversation
|
Could you give an example of what exactly happens here? As in, which calls return what with every other type of list and what happens with editable lists? |
|
So when adding an item to a string list with But in the case of editable lists (which can only be string lists), the value set by the UI in the data settings object, and as such, what I do perfectly agree that it can be argued to be a bug, but "fixing" it will presumably break a lot, it has been like that, as far as I can see for as long as editable lists have existed. |
|
Oh I understand what's going on, I'd call it expected, so this PR is probably correct. |
|
I considered that, but found it a bit too bulky on trying it. Can change back to that if you so wish. |
|
Do we use Does The language is "good enough" as-is, but I personally prefer something like this:
Highlight/Format as needed to make it look good in the rendered docs. Word wrap text as needed. |
|
Shouldn't this notice be placed with This detail is entirely irrelevant to either Given that |
|
My reasoning with this is that:
If you still think that this information is better in |
If I implement If I implement The fact that |
|
@WizardCM Looks good to me, wdyt? |

Description
This adds a precision on the way editable string properties lists work.
Motivation and Context
The doc states that obs_data_get_string() returns the val parameter of a string list item, which is not true of editable lists, causing potential confusion.
How Has This Been Tested?
Built the doc.
Looked at the doc.
Types of changes
Checklist: