Search Results

Type: Posts; User: smmille1

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Daniil,

    Thanks for the update. I updated the override in my code. We're hopefully only a few weeks away from going live with the project it's in, but there haven't been any issues with the...
  2. Thanks. I put your override into our test environment, so we'll see how it goes.
  3. Well, this ugly hack seems to get it working. I don't know if there are other circumstances where domStyle[camel] has a non-empty value and getComputedStyle returns a different value from dom.style...
  4. I've chased it as far as being an issue with the returned top value from Ext.dom.Element.getStyle(). It looks like the strange top/left values are a feature as they also update in Firefox during...
  5. This was fun to isolate (not really). Tested against 3.2.1 SVN rev 6569. Happens in IE11. Not an issue in Firefox as far as I could tell. I tested the JS-only version (below) against Sencha Fiddle...
  6. (Line 9752 in extnet-all-debug.js)
    I have one IE8 user whose browser started tripping over this. No one else's seems to care (including my test instance).
    It appears after applyTriggers()
  7. The layout stops responding (panel collapse doesn't work, doesn't respond to window resize) after calling reload() on a store defined with AutoLoad="false". It works fine after removing the AutoLoad...
  8. Yes, this looks like it's working. Thanks.
  9. Daniil,

    That appears to fix it if the filter is removed before the reload, but not if it's still present. Try applying a filter, refreshing, and removing the filter and you'll still get 48...
  10. The reload works fine until a filter has been applied. After that, each reload introduces <total count> - <page count> (19 in this case) records, but the duplicates won't become visible until...
  11. The XTemplate is for generating HTML on the client, so there is no opportunity for the server to see and parse the ext:Button tag. I think the post by Vladimir that you reference was referring to...
  12. Fabricio,

    It's not the sort on the picker that I was attempting to alter. It's the order of the comma-delimited values displayed in the field. Without the override, it will always list the...
  13. I noticed that neither SortByDisplayField nor SortByValueField were working on the MultiCombo.

    This override seems to fix it. I don't know if that's the best way to go about it or not.


    <%@...
  14. Can you explain what it is that you wish to protect against? A safe assumption is that anything sent to the browser can be known by the user. If your only goal is to make the data not...
  15. I don't think FormGroup is supported after v1.x, although you can use a FieldSet to achieve the same effect. I think it's also limited to the default theme. Beyond that, I suppose it's just...
  16. If you want it changed for every field, then your technique applies, although I don't think !important is necessary as long as your rule is applied last. If you only want to change some fields, then...
  17. If you're just trying to have the top panel collapse and have the bottom panel fill, then you should consider a VBoxLayout. Set the Flex property on the panel you want to resize and leave the rest...
  18. Thanks Daniil. I spent several hours poking around in there and finally realized what ComponentMenuItem was doing - it's swapping in other types of MenuItems depending on the component type...
  19. I'm trying to build a menu that lets the user select some date ranges from a variety of different methods. ComponentMenuItem seems to be intended for preventing form fields from impacting the menu,...
  20. I just tried it with the form around the viewport, and it seems to be working after I switched <div id="header-info" /> to <div id="header-info"></div>. Before I changed the div, I got a 'htmlfile:...
  21. Will removing the default form cause any ill effects if all of the AJAX work is done by Ext.NET? I'm assuming not since you offered it as an option. I think I originally had the viewport in the...
  22. This one had me baffled - and still partially does. I use a button in the bottom right that lets the user switch some settings on the fly. At some point, the menu stopped appearing. Using the...
  23. Explicit definitions of Alt, Ctrl, or Shift = false are ignored when setting up a key binding. Per the Ext JS docs in this case, the value 'false' is treated differently than the default of...
  24. What are the opinions around here for edit vs. new post? I don't like replying to myself, but I know some are of the opinion that you shouldn't change something once it's been presented unless it...
Results 1 to 25 of 48
Page 1 of 2 1 2