Cannot enter text into outline
Tried both in Firefox (whatsmybrowser.org/b/4GPUTEX) and Internet Explorer (whatsmybrowser.org/b/GTPY8O3)
First attempt at using the outlining feature. Cannot enter any text (bang keys, nothing happens). A few times I was able to get text into outline by copying/pasting from notepad into the web form, other times the paste didn't do anything. When I have been able to paste some text into the outline, I can type text from keyboard into the web form, however after 1 or 2 characters I receive a dialog box popup announcing a Server Error with the close/reload button combo.
I have tried closing the weekplan tab in the browsers, completely exiting browsers, trying alternative browsers, all with the same result
First attempt at using the outlining feature. Cannot enter any text (bang keys, nothing happens). A few times I was able to get text into outline by copying/pasting from notepad into the web form, other times the paste didn't do anything. When I have been able to paste some text into the outline, I can type text from keyboard into the web form, however after 1 or 2 characters I receive a dialog box popup announcing a Server Error with the close/reload button combo.
I have tried closing the weekplan tab in the browsers, completely exiting browsers, trying alternative browsers, all with the same result
App:
I tried Firefox in safe mode, outliner was inactive.
I tried clearing offline storage, thinking maybe something was corrupted in local storage, no change.
I tried chrome (I can generate version info if it would help).
The strange part is I cannot even put a cursor into the content box between 'Organize your brain' and 'Enter'.
I then tried using the inspector feature of Firefox to look at the content box. The resulting HTML is below. While I am a novice with HTML it is surprising that the majority of the "code" is commented out
<div class="content-box outliner">
<!-- ko component: {
name: "action-buttons",
params: { type: 'outliner' } } -->
<!-- ko if: selectedAction() && selectedAction().ActionId() -->
<!-- /ko -->
<!-- /ko -->
<!-- ko component: { name: "node-buttons" } -->
<!-- ko if: selectedNode() && selectedNode().NodeId() -->
<!-- /ko -->
<!-- /ko -->
<ol data-bind="
template: {
name: 'nodeTemplate',
foreach: Root.Nodes }"></ol>
</div>