Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

WebForms Examples Explorer issues in Ext.NET 4.2.1 #15

Closed
fabriciomurta opened this issue May 21, 2017 · 1 comment
Closed

WebForms Examples Explorer issues in Ext.NET 4.2.1 #15

fabriciomurta opened this issue May 21, 2017 · 1 comment
Assignees

Comments

@fabriciomurta
Copy link
Contributor

fabriciomurta commented May 21, 2017

Summary

Here we will enumerate all issues on Ext.NET 4.2.1 regarding the WebForms version of the Examples Explorer. MVC Examples explorer did not raise any error on this release.

This version includes ExtJS 6.2.1. The previous Examples Explorer Webforms release issue was #9 .

OPEN

Items here are identified as defects but not yet analysed nor fixed.

Item State Description

PENDING

Items here are pending further analysis, another fix or something else that prevents them to be actually fixed.

Item State Description

WON'T FIX or NOT BUG

Item State Description
354. HID http://localhost:51299/Examples/Keys/Panel_Keys/Window_Size/
JavaScript error upon loading page.
Example hid until issue extnet/Ext.NET#1466 is fixed.

FIXED

As items are fixed, they are moved to this section.
Items with the FIXED* tag (with an asterisk) means they were fixed merely by the ExtJS upgrade or already fixed as the examples explorer was tested.

Item State Description
22. FIXED http://localhost:51299/Examples/Chart/Bar/3D/
JavaScript error upon loading page.
97. FIXED http://localhost:51299/Examples/Data_Binding/Basic/Chaining_Stores/
JavaScript error upon loading page.
353. FIXED http://localhost:51299/Examples/Keys/Panel_Keys/Grid_Rows_Delete/
JavaScript error upon loading page.
Depends on issue #1466. Adapted with an alternative method to work.
480. FIXED http://localhost:51299/Examples/SignalR/Basic/StockTicker/
JavaScript error upon loading page.
@fabriciomurta fabriciomurta self-assigned this May 21, 2017
@fabriciomurta
Copy link
Contributor Author

The stock ticker example (item 408) was broken because a setting in the project file was preventing owin-related class Startup.cs from being compiled by any VS not matching versions 11, 12, or 14.
With this fix, the startup disabling call on Web.config may be removed.

fabriciomurta added a commit that referenced this issue May 21, 2017
Removed old rules that allowed it to work on very old versions of Visual
Studio and that deterministicly broken the project to any new versions of
Visual Studio. Notably Owin startup class that was limited only to VS
versions explicitly specified.

This addresses issue #15 item 408 (Stock ticker example not working).
fabriciomurta added a commit that referenced this issue May 21, 2017
It was using a CategoryAxis instead of Category3DAxis.

This error only triggers from ExtJS when running in debug mode, and this
was triggered because now the project switches Ext.NET script debugging
on by default if the EE is run with debug mode enabled (9e55e50).

This addresses issue #15 item 22.
fabriciomurta added a commit that referenced this issue May 21, 2017
Now the example can safely be run with ScriptMode=Debug and
SourceFormatting=True.

Related github issue: #15 item 97.
fabriciomurta added a commit that referenced this issue May 21, 2017
KeyMap is broken as per extnet/Ext.NET#1466. And fixing this example
requires fixing the KeyMap functionality.

Related github issue: #15 item 354.
fabriciomurta added a commit that referenced this issue May 21, 2017
The example is using an alternative way (via listeners) to attain the
same behavior, so it was not completely hidden from EE.

When extnet/Ext.NET#1466 is fixed, the example can again use the KeyMap
component/concept.

This addresses #15 item 353.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant