Skip to content

Merging devt to next#405

Open
sloorush wants to merge 134 commits intonextfrom
devt
Open

Merging devt to next#405
sloorush wants to merge 134 commits intonextfrom
devt

Conversation

@sloorush
Copy link
Member

No description provided.

cursork and others added 30 commits February 15, 2025 12:57
* Removed '2' as a response when there was no value to respond with
* NaN from parsing '' resulted in a null sent, change to '' - this
  is because we can't send a zilde
* As above, but for an undefined case
* Set initial value correctly
* Wrapping is determined by presence of line breaks
* Justify is now accepted
* Font CSS is passed through to Label
* Sending zilde [] is now understood as omitting some style
Small cleanup / clarity elsewhere
Add a generic WG handler when no custom one is found - simply
queries what data we have in refData.

Universal Size and Posn checks if they were requested and not set
in the response to be returned. If not found, will query the DOM
to find the size and position.
Add a generic WG handler when no custom one is found - simply
queries what data we have in refData.

Universal Size and Posn checks if they were requested and not set
in the response to be returned. If not found, will query the DOM
to find the size and position.
The many if statements formed a quasi switch statement, and as
there was no default, it worked fine. I know need a default
and it's easier to avoid mistakes if we use else if statements.

Don't crash on invalid IDs for size and pos, return [0, 0] as
sentinel values.
cursork and others added 30 commits December 11, 2025 12:37
Also removes package-lock.json as a side fix
We should apply this generally - maybe in inheritedProperty? The
problem is that some things test inheritedProperty for a return
value and then default.
Zilde explicitly clears all BCol setting
Most important point: we have complete control over the events that
can be fired. For example, reselecting the same option is OK and
fires an event.

Also:
* Attempts to look Windows-y
* Supports filtering via text etc
Add Children to Div and flex/style change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants