[CLOSED] RowEditor control error on VMs

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] RowEditor control error on VMs

    Hello,

    We have upgraded ext.net controls from 1.7.0.0 to 2.3.1.41036. We found that row editor plug-in doesnt show Update and Cancel button panel on virtual machine (windows xp professional).

    It works fine when access directly using local machine so it is only problem when we are using virtual machine.

    Can you please check? Please find attached images for your reference.

    Update: It is also an issue with ext.net 2.5 (the latest) version. Just tried accessing ext.net examples from VM and it does not show update/cancel button.



    Thanks.
    Attached Thumbnails Click image for larger version. 

Name:	RowEditor.JPG 
Views:	34 
Size:	29.1 KB 
ID:	10461   Click image for larger version. 

Name:	RowEditor on VM.JPG 
Views:	34 
Size:	32.2 KB 
ID:	10471  
    Last edited by Daniil; May 13, 2014 at 9:57 AM. Reason: [CLOSED]
  2. #2
    Hi @Maitreya,

    Please clarify what is VM? And what is the browser you use in that VM? Are there any JavaScript errors on the page?
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @Maitreya,

    Please clarify what is VM? And what is the browser you use in that VM? Are there any JavaScript errors on the page?
    Hi Danil,

    VM is Virtual Machine and the browser is IE 8 and no javascript errors. It just disappears like in the image.
  4. #4
    Quote Originally Posted by Urvashi View Post
    VM is Virtual Machine
    Please clarify what OS is on VM?

    Is it reproducible with that example, right?
    https://examples2.ext.net/Examples/G...ins/RowEditor/

    I cannot reproduce it in Windows 7 in IE8.
  5. #5
    Quote Originally Posted by Daniil View Post
    Please clarify what OS is on VM?

    Is it reproducible with that example, right?
    https://examples2.ext.net/Examples/G...ins/RowEditor/

    I cannot reproduce it in Windows 7 in IE8.
    Hi Danil,

    Yes it is reproducible with this example. We have Windows XP Professional on our Virtual machine. and it is when you click add employee it shows the row but the update cancel buttons are not visible as per the image attached by Maitreya. It works on Windows XP professional if it is not a Virtual machine.

    Thanks
  6. #6
    Reproduced on Windows XP.

    We are investigating.
  7. #7
    Quote Originally Posted by Daniil View Post
    Reproduced on Windows XP.

    We are investigating.
    Hi Danil,

    any update on the fix?

    Thanks
  8. #8
    Sorry, I cannot fix that. Something is wrong with Windows XP + IE8 combination.
  9. #9
    Quote Originally Posted by Daniil View Post
    Sorry, I cannot fix that. Something is wrong with Windows XP + IE8 combination.
    This was working with v 1.3 but with the upgrade doesnt work anymore. This is important for us to get fixed as a lot of our users are on VM.
  10. #10
    We've found the reason. There is a piece of new functionality in a RowEditing. It positions the buttons at the top if there is no enough space at the bottom. It breaks the things in Windows XP + IE8.

    So, you could switch off this new feature by adding this into the page's <head>.
    <script>
        Ext.grid.RowEditor.override({
            syncEditorClip: Ext.emptyFn
        });
    </script>
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: May 09, 2013, 3:41 PM
  2. Replies: 1
    Last Post: Sep 22, 2012, 8:08 PM
  3. [CLOSED] Strange Error in my grid which is using RowEditor
    By Shanth in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 23, 2011, 9:23 AM
  4. Replies: 6
    Last Post: May 25, 2010, 9:53 AM
  5. GRIDPANEL ROWEDITOR DIRECTEVENTS ERROR
    By PoloTheMonk in forum 1.x Help
    Replies: 1
    Last Post: Dec 16, 2009, 9:14 AM

Tags for this Thread

Posting Permissions