Sam Goody
Sam Goody
Please review. I have some other ideas, but first would like to know if you are interested in code contributions.
I need to handle many simultaneous connections. Ubuntu Jammy Avg. ~400/connections per second, for several hour at a time. Not-distributed: both Node and the one instance of Postgres are on...
Any buttons you would like added should be included as comments to this issue.
The popup uses Aaron Newton's StickyWinUI. Issues: - Popup does not always center vertically - If applied and called to more than one element the hyperlink popup will not fill...
- Send active element along with entire element array (only applicable if more than one element to RTE). - When modifying image, there is no innerHTML to send. Should it...
When the RTE is applied to multiple elements, the view source button does not handle them properly. I am not yet sure what the proper handling _should_ be.
Float: true - If on top of page, place RTE below element that is should not be cut off at page top. - Imitate margins and borders of elements it...
This is due to issue #23, that firefox cannot handle insertHTML, which would be used internally to add a to the element. For now, the workaround is to use Divs's...
exec('innerHTML') throws an error and does not execute in Firefox 3.5 In spans, it also closes the current element and creates a new one. This is a Firefox Issue, and...
Since toolbars are all sized upon creation, when the page is resized everything looks odd. An onload = onresize = resize; function should be added to resize the toolbars when...