Search Results

Type: Posts; User: rgraham

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. Hi Fabricio,

    After much hair-pulling and frustration, I found one line of code several controllers downstream of where I was looking before that seemed to have been causing the problem.

    ...
  2. Hi Fabricio,

    New approach to locating bug.

    Here is a diagram of the structure between our main panel and the child window that breaks things:

    25387

    Note the orange text in fourth block,...
  3. Hi Fabricio,

    Thanks for your reply.

    I'm still trying to wrap my head around this.

    If I remove the this.destroy() command from the showTaskWindow function, the problem is just moved to when I...
  4. Hi Fabricio,

    I have code that shows a window, and where the close event runs, there is an error I will show below. After that error, any attempt to re-show this window shows a blank window with...
  5. Hi Fabricio,

    After much test and search yesterday, I did add "headers: {}" to the form.submit() function, and this solved the problem.

    You may mark this as resolved, thank you.

    While we're...
  6. After upgrading to EXT.Net 5.2, I am still getting the same error at the overrriden Ext.data.request.Form upload function:

    25374

    I was previously thinking that the error was at function(key),...
  7. I'm not sure what you mean by url, here is a screenshot of what I see when I hover over the tab in the sources panel:

    25373

    Are you suggesting we upgrade the project to 5.2?

    If this is...
  8. Hi Fabricio,

    I am now upgrading another project in the same solution as the previous one, this time from 4.2 -> 5.

    We have a form we're using for file uploads, with this call:

    onUpload:...
  9. Yes, there are many mysteries in a GB++ solution. We are doing this all over fresh soon, the rush in this case is just to stop our users from being forced to use an outdated version of Chrome.
  10. Hi Fabricio,

    Finally found the problem. AutoShow on the Window happened by default with EXT 2.5.3 (even though it appeared to default to False in the properties window), but I had to explicitly...
  11. Hi Fabricio,

    I have found yet another difficult issue in our migration. We have a button in a grid cell, that, when clicked is supposed to show a window with a grid if the server call returns...
  12. Hi Fabricio,

    I found the remaining "symptom" of our problem. It was that, in the two tab scenario, closing the later one failed to remove the 'x-hidden-offsets' class from the final remaining tab....
  13. Hi again Fabricio,

    I've noticed something of interest.

    My temporary workaround for the wrong tab displayed is working beautifully. The hitch is that the tabpanel doesn't call all its events...
  14. HI Fabricio,

    Sorry to make this the "everlasting thread" :-)

    But it doesn't seem like the busiest forum, so I'm just trying to help you stay awake???

    Trying your advice, can't figure out...
  15. Hi Fabricio,

    I agree with all you are saying in principle. It's just quite hard to do in very large application with hundreds of pages of code.

    Our first priority is to get this released as...
  16. Hi Fabricio,

    Some progress here. I changed the beforeshow event as below, to forcibly set the correct activeTab after it tries to set the active tab off-by-one to the right:

    beforeshow:...
  17. Hi Fabricio,

    Hoping to catch you before end of day.

    I set some console.log on the beforeshow and activate events. Something is causing them to fire twice, once with the correct tab to show (on...
  18. I appreciate the continued help Fabricio!

    I am revisiting the logic to see what I may have missed. Since the beforeshow event does fire, I am looking to see if there's a way to intercept at this...
  19. Still digging,

    Discovered the beforeshow event, which didn't help. Then I discovered the afterrender event.

    The afterrender even fires just as expected, except if you close the last tab and the...
  20. Hi Fabricio,

    Still banging my head on the wall here. I will try to assemble a test case to reproduce the problem, but, most of the time, problems that crop up in complex applications do not show...
  21. Hi Fabricio,

    Actually, the screenshot shows that the tab text is highlighted, but the tab itself is not in the "selected" state as the line below the tab should be "open" below that tab, instead...
  22. Hi Fabricio,

    No, the initial tab does not have the "selected" appearance (See magnified screen grab).

    I tried writing a script in the beforeClose event handler to set the previous tab to be the...
  23. Hi All, or Fabricio,

    We have a tab panel to which a user could add up to six or so tabs. In EXT 2.5.3, the previously viewed tab would automatically be displayed when a user closes a tab.

    In...
  24. I suppose there's no reason not to close it since it goes back to 2.5.3...

    Thanks again!
  25. Hi Fabricio,

    As mentioned in my first post, we never saw this behavior in 2.5.3.

    Due to time constraints, I cannot go back to investigate what other different code or behavior may have existed...
Results 1 to 25 of 60
Page 1 of 3 1 2 3