Brylie Christopher Oxley

Results 483 comments of Brylie Christopher Oxley

> that means litedom can only call it's scope functions not the outside of it's scope This is generally true in JavaScript, in that there is *local* and *global* scope:...

Just define all of your JavaScript in the same `script` tag.

In the fiddle you show, I get the following console error: ```js TypeError: this.dispatchEvent is not a function ``` I think `this` is referring to the LiteDom instance, not the...

For question 1, it would be good to have a semantically correct example from you, as part of due diligence. Perhaps just get a reference to the DOM item directly,...

I cannot speak to its adoption, but it does seem to be worth putting on the roadmap. By the way, we are kicking off development on a new project, called...

[Meteorpad.com](gttp://meteorpad.com) takes an interesting approach to editable text by using the hover event to trigger the input field. Then, a click simply places the cursor in the text area at...

I will try to reproduce on Meteorpad. In the meantime, for reproduction, please consider checking the [wysiwyg bootstrap 3 feature branch](https://github.com/Crowducate/crowducate-next/tree/feature/wysiwyg-bootstrap-3) on our open-source project, called Crowducate. When editing a...

It seems like this is related to our inline editable text being wrapped in anchor tags. On Firefox, the inline edit input doesn't behave as expected when rendered within an...

I am looking in the sample data (_testdata.sqlite_) for a network with direction field. There are two network tables (_network_, _network2_), but neither seems to have a direction field. Is...

I have updated the import, and the script runs successfully. However, I cannot produce any output. I have tried: - creating a simple shapefile with two points, each near the...