Xojo Web Bug Bash 2022

This looks like a lot of extra work for something that ControlArrays could do easily and on the designer :neutral_face:

Anyway, tryed to adapt the Dextop article to web and I got an error when seting the controls name.

image

It “works” if I comment the line with the error:

Var nControl As New WebButton
'nControl.Name = cInitialName + idxNumber.ToString

But obviously on the sugested test:

ControlPressedName.Text = tControl.name

Nothing happens because the control name is blank…

Ok, looking at the docs, The name cant be changed nor the Locks with code

image

So, this is also not a good replacement :face_with_diagonal_mouth:

You can set the locks before embedding a control into the view:

c.LockLeft = True
c.LockRight = True
c.LockTop = True
c.LockBottom = True
Self.AddControl(c)

PS: The idea of this topic was to paste a link to your top priority ticket for the bug bash. I’m more than happy to help and discuss other things, but please create new threads for different topics :pray:

6 Likes

Thanks

WebControls cant have a name when created dinamically
https://tracker.xojo.com/xojoinc/xojo/-/issues/69680

1 Like

I finally have a web specific bug I need squashed ASAP:

#69641 - Bad JSON raises two different exceptions in Web projects

2 Likes

Remember to nominate it for the Bug Bash event! :smiley:

My nominations aren’t being evaluated because nobody will review the Include function names ticket and that was my first nomination. Just a pinch salty about that.

5 Likes

I’ve just seen @Chay_Wesley has nominated it for you @Tim_Parnell, and it’s already in the Bug Bash list.

Thank you Chay! :smiley:

4 Likes

Some other Bugs

Bug Web2 UserTimedOut Not working when a WebTimer is used

https://tracker.xojo.com/xojoinc/xojo/-/issues/69749

Bug Web2 UserTimedOut cant be reused

https://tracker.xojo.com/xojoinc/xojo/-/issues/69750

WEB2 WebSession Quit is not consistent

https://tracker.xojo.com/xojoinc/xojo/-/issues/69752

WEB2 BUG ImageViewer wrong behavior on Touch

https://tracker.xojo.com/xojoinc/xojo/-/issues/69753

2 Likes

Thanks for opening them!

WEB2 BUG ImageViewer Pressed event fires twice on Touch devices

https://tracker.xojo.com/xojoinc/xojo/-/issues/69766

1 Like

I found another one too

Webcombobox with AddSeparator does not work properly

https://tracker.xojo.com/xojoinc/xojo/-/issues/69765

1 Like

If anybody sees a bug that hasn’t been nominated yet, and you want to see it fixed ASAP, remember you can nominate bugs created by another person.

For example:

2 Likes

https://tracker.xojo.com/xojoinc/xojo/-/issues/69781

Pretty serious issue with Request headers not being parse correctly when the url ends with “?”
@Ricardo_Cruz

1 Like