[FIXED] [#737] [3.2.0] Responsive issues when ResourceManager uses "IDMode" to Predictive and "ScriptMode" to debug

  1. #1

    [FIXED] [#737] [3.2.0] Responsive issues when ResourceManager uses "IDMode" to Predictive and "ScriptMode" to debug

    Hello,

    I've found that the "responsive confiugration" is not working at all when ResourceManager IDMode is set to "Predictable" AND ScriptMode is "Debug":

    <ext:ResourceManager runat="server" GlyphFontFamily="Pictos" IDMode="Predictable" ScriptMode="Debug" />
    If you look at your sample you can easily reproduce the behavior by changing the ResourceManager configuration as said above:
    https://examples3.ext.net/#/Miscella...ponsive/Basic/


    Do you think that this issue could produce other side effects other than not applying the responsive layout? I am seeing some strange errors that I am investigating.

    Thank you for a feedback.
    Last edited by Daniil; Feb 26, 2015 at 1:57 PM. Reason: [FIXED] [#737] [3.2.0]
  2. #2
    Hi @adrianot,

    Thank you for the report!

    There is something strange in the Responsive functionality. I've seen already a similar issue.

    For this case, please try to add this script into the page's <head>.
    Ext.tab.Panel.override({
        setProxyId: function(value) {
            this.proxyId = value;
        }
    });
    Though, I'll need to investigate it in greater details.

    Do you think that this issue could produce other side effects other than not applying the responsive layout?
    I think the problem is isolated withith the Responsive functionality. It is not an issue with IDMode="Predictable" or ScriptMode="Debug".

    I am seeing some strange errors that I am investigating.
    You are welcome to provide more details:)
  3. #3
    Finally, created an Issue - ResponsiveConfig throws a JavaScript error if IDMode="Predictable" is used (at least).

    Fixed in the revision 6391(trunk). It goes to 3.2.0.

    Thank you again for the report!

Similar Threads

  1. Replies: 0
    Last Post: Mar 13, 2014, 4:34 AM
  2. Replies: 6
    Last Post: May 31, 2013, 3:04 AM
  3. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  4. Replies: 4
    Last Post: Oct 11, 2011, 2:42 AM
  5. Replies: 2
    Last Post: Jun 26, 2011, 1:59 AM

Posting Permissions