Mark Sandell

Results 6 issues of Mark Sandell

- [x] I tried searching [Solar2D forums](https://forums.solar2d.com/) for the solution. **Describe the bug** This is in regards to https://forums.solar2d.com/t/bug-network-request-not-accepting-queries-in-the-url-when-running-on-android/339855/56. On Android only (an actual Android device or Android emulator), if...

Signed-off-by: Mark Sandell This should fix #21 but is completely untested, since I haven't figured out how to build widgets (or corona as a whole) locally yet.

You cannot call ```widget.newTabBar()``` with image files (not an image sheet), due to initWithImageFiles attempting to use (unnecessarily) an undefined "imageSheet" variable. I'm pretty sure [this line](https://github.com/coronalabs/framework-widget/blob/d425ae72f47b29a3da5880eebcb1111f2cdf6cd2/widgetLibrary/widget_tabbar.lua#L227) can simply be...

**Describe the bug** Failure running vuln test. Not critical, as vuln continues with other checks, but any results from broadcast-avahi-dos are lost: ``` NSE: broadcast-avahi-dos threw an error! /usr/local/bin/../share/nmap/nselib/dnssd.lua:70: attempt...

Nmap

It appears that in PyQt4 and 5, QFontDialog.getFont returns a tuple of (font, ok), but in PySide 1 and 2, that result is reversed to (ok, font). Here's how I'm...

help wanted

This fixes an issue with dragging tabs in PySide2 and python3 on Mac. Test by click-dragging any open tab. Drag/drop the tab on top of another tab in a second...