EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 01:50:50 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
Bug Report
>
Ribbon and IE
Pages: [
1
]
« previous
next »
Print
Author
Topic: Ribbon and IE (Read 12518 times)
Pierre
Sr. Member
Posts: 439
Ribbon and IE
«
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
Re: Ribbon and IE
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...