Search Results

Type: Posts; User: RCN

Page 1 of 20 1 2 3 4
Search took 0.05 seconds.
  1. Hello @fabricio.murta.

    This fix you have proposed doesn't works. I'm using Ext.NET 3.3.0 and Ext JS 5.1.3.

    I see it works using the version 6.2 of Ext JS using fiddle:...
  2. The scrollbar is positioning at the top when sorting locally. See the following example:



    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>

    <!DOCTYPE html>
    <html>
    <head...
  3. Build succeeds when target framework is set to 4.5
    24596

    But it fails when target framework is set to 4.5.2
    24597
  4. After updating from SVN, it looks like that something gone wrong with project's references.

    Any ideas to overcome it?

    24595
  5. yes, it works
  6. It's not. As said before, in my opinion it should not flash.

    On the following example focus first field and mouse over the second one. The right buttons are show in both field, what is not...
  7. The fix proposed in #881 (see forum thread) seems to address the issue.

    As far i can see (tested), the fix proposed in #881 does not address and is not related to the issue presented on this task....
  8. On the following example, press "Add" button (and do not release). Button is gonna be hidden and the click handler is not gonna be fired.



    <!DOCTYPE html>
    <html>
    <head runat="server">...
  9. Focus "Focus Me" TextField, then click on "Add" button. TextField lost focus and RightButtons were hidden. Is that the expected behaviour since RightButtons are children of TextField?

    If it's the...
  10. In example below, note that if you scroll down to the middle of the panel and press reload is presented a blank part before the reloaded nodes.

    View:



    <%@ Page Language="C#"...
  11. In example below click on arrow button of the selectbox and use the keyboard arrows up and down to scroll the list of states. Note that the panel is scrolled too.




    <%@ Page Language="C#"...
  12. I think there's a wrong behaviour in Ext.net.ComponentLoader. It assumes load mode as 'iframe' if the load url contains other domain instead of do what is configured. This is very strange considering...
  13. Awesome! Thanks for this!

    At least it's better to maintain your tiny override than my solution...
  14. Note: the MessageBox's reconfigure method has changed at line 93.
  15. The MessageBox component has some very useful funcionalities, especially when you just need to show some text message and buttons quickly. However the messagebox can't be rendered to a specific...
  16. I agree. Daniil, thank you for your considerations.
  17. There is a bug when a window with modal is rendered to a panel inside of a tabpanel. Follow these steps below:

    1. Open Tab 1 and click on the button "Show Window". Keep the window opened.

    24334...
  18. I think there is a bug in the alignment of Ext.Window when it's rendered in a Panel which in turn belongs to a Viewport.



    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
    ...
  19. On the following example, CheckboxSelectionModel's ShowHeaderCheckbox is set to false but items are selected / deselected when header is clicked.

    It's possible to overcome the issue by doing the...
  20. On Internet Explorer, click on TextField after the end of the text (Ext.Net): the caret is moved to the first position.

    Note: you may need to focus / unfocus more than once to reproduce the issue....
  21. On the following example, press Clear Fields button: exception is thrown when destroying a field with RightButtons defined.

    24178

    The exception is thrown because Ext.remove is undefined, so we...
  22. On Chrome, TextArea's vertical scroll flashes when enter key is pressed. It works as expected when TextArea's Grow is not defined.



    <!DOCTYPE html>
    <html>
    <head runat="server">
    </head>...
  23. What about the following (line 12)?



    Ext.override(Ext.form.field.TextArea, {
    // #881
    updateFieldPadding: function () {
    this.callParent(arguments);

    if...
  24. When TextArea's Grow property is set to false, the right button fits TextArea's height.
    24168


    <!DOCTYPE html>
    <html>
    <head runat="server">
    </head>
    <body>
    <ext:ResourceManager...
  25. On the following example, TextArea's RightButtons breaks Scroller.

    24166



    <!DOCTYPE html>
    <html>
    <head runat="server">
    </head>
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4