EasyUI Forum
September 14, 2025, 04:00:54 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Ribbon and IE  (Read 12524 times)
Pierre
Sr. Member
****
Posts: 439


View Profile Email
« on: April 24, 2014, 12:38:43 AM »

Hello
Ribbon extension (created from markup) does not work well (see image) on Internet Explorer.
On Chrome it works OK.
Any idea what is the problem?
I Downloaded extension from http://www.jeasyui.com/extension/ribbon.php
Thanks!
Logged
Pierre
Sr. Member
****
Posts: 439


View Profile Email
« Reply #1 on: April 24, 2014, 04:20:19 AM »

OK I solved it by adding additional <br> at the end of toolbar, ie:


<div class="ribbon-toolbar">
  <a href="#" class="easyui-linkbutton" data-options="name:'cut',iconCls:'icon-cut',plain:true">Cut</a><br><br>
  <a href="#" class="easyui-linkbutton" data-options="name:'copy',iconCls:'icon-copy',plain:true">Copy</a><br><br>
  <a href="#" class="easyui-linkbutton" data-options="name:'format',iconCls:'icon-format',plain:true">Format</a><br>
</div>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!