Nicholas Brantley

Results 8 comments of Nicholas Brantley

Follow up, the issue seems to be in the processTag function. Not sure what part is causing it yet.

`$DOMDocument->replaceChild($DOMDocument->firstChild->firstChild->firstChild, $DOMDocument->firstChild); ` This method meant to remove the html and body tags is causing sibling tags to get dropped. If you have a list like this: `- ` It...

I use an iPad to access firefox, and when tapping anywhere it shows a black cursor. I'm assuming its the remote cursor since there is no local one on an...

Suggestion to check for hold within the boundary of the object rather than the specific point of initial touch/click? Not sure about how to implement, but if it's using touch...

If there is a single FA icon, it will show when building to simulator, however if I have 2 FA icons on the same page, they both show as [?]

I am having this issue but with responsive tables, present in Bootstrap 5.3.2. When a responsive table is inside an auto-layout column (col with no number), if the table is...

> This PR would add the class `form-check-input` for every theme e.g. semanticui. > > Please adjust it, so the class will only be used for BT5. Any suggestion on...