jQWidgets Forums

jQuery UI Widgets Forums Vue Blinking Cursor

This topic contains 3 replies, has 2 voices, and was last updated by  jharris 6 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Blinking Cursor #102769

    jharris
    Participant

    Hello,

    After I click on a button, menu option, form button… the widget has a blinking cursor in it. Is this normal with the Vue library or am I possibly doing something that could cause this in my code? I’m a beginner using Vue, so any suggestions would be much apprciated.

    Below is the template I use to create my UI.

    <template>
      <div id="content">
        <div id="grid_container">
          <JqxGrid ref="gDepts" :width="'400'" :height="'100%'" :columns="grid_columns" :theme="this.$theme" @rowselect="grid_onrowselect($event)"></JqxGrid> 
            <div id="grid_buttons">
             <div class="grid_button">
               <JqxButton ref="btnNew" :value="'New'" :width="'120'" :theme="this.$theme" @click="btnNew_onClick()"></JqxButton>
             </div>
    	 <div class="grid_button">
               <JqxButton ref="btnEdit" :value="'Edit'" :width="'120'" :disabled="true" :theme="this.$theme"></JqxButton>
    	 </div>
             <div class="grid_button">
    	   <JqxButton ref="btnDelete" :value="'Delete'" :width="'120'" :disabled="true" :theme="this.$theme" @click="btnDelete_onClick()"></JqxButton>
    	 </div>
          </div>
        </div>
        <div id="form_container">
          Department Edit
          <JqxForm ref="frmDepts" :template="form_template"></JqxForm>
        </div>
      </div>
    </template>

    Best Regards,
    Johnny Harris

    Blinking Cursor #102775

    Martin
    Participant

    Hello Johnny Harris,

    We were not able to reproduce such behavior.
    Can you send us an example, where this could be observed?
    You can edit and fork some of our CodeSandbox Examples.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    Blinking Cursor #102787

    jharris
    Participant

    Hi Martin,

    I’m not able to reproduce it either. When I get home from work I’ll look at my code again.

    Best Regards,
    Johnny

    Blinking Cursor #102790

    jharris
    Participant

    It appears to have something to do with Firefox 63.0.3. All the other browsers seem to be working fine. When using Firefox on the jqwidgets.com website it occurs in the Vue and JQuery demos. It doesn’t appear to be my code causing the issue.

    Thank you for the help Martin.

    Best Regards,
    Johnny Harris

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.