This is a migrated thread and some comments may be shown as answers.

Design rtl problem

9 Answers 92 Views
Menu
This is a migrated thread and some comments may be shown as answers.
ShareDocs
Top achievements
Rank 1
ShareDocs asked on 23 May 2013, 03:51 PM
Hi,
I have a problem with weird design of the menu... I've implemented it based on your demo (binding to hierarchicaldata)

please look at the attached picture.

thanks

9 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 27 May 2013, 09:21 AM
Hello Lior,

I tried to reproduce the problem on my side but to no avail. I attached my test project. Please check it and let me know if I am missing something.

Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
ShareDocs
Top achievements
Rank 1
answered on 28 May 2013, 03:54 AM
Daniel Hi,
is there a chance to get this project without the need to install 3rd party software? (sql express).
thanks
0
ShareDocs
Top achievements
Rank 1
answered on 30 May 2013, 04:52 AM
Hi,
I've tried to run your project with no luck :(
I've installed sqlexpress but i still get "The underlying provider failed on Open."

please help

if it matters - i'm using vs 2012

EDIT: I tried loading the site in compatibility view (IE10) and it looks different - the selection highlight is ok but the menu is overflowing. I've attach a picture to demonstrate... hopes that helps
0
Daniel
Telerik team
answered on 30 May 2013, 07:24 AM
Hello Lior,

In order to run the project you should either change the connection string to point to the SQL instance you are using or recreate the context for a Northwind database on your local server. I am attaching the project modified to use some static data. 
I also tested the project IE but the menu still seems to be displayed as expected. I attached an image with the Menu on my side. Please verify that there are not any custom styles that would cause the described problem. If the problem persists, I will need a small runnable sample so I can investigated further.

Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
ShareDocs
Top achievements
Rank 1
answered on 30 May 2013, 11:19 AM
Daniel Hi,
thank you for the new project.
when i run the project the menu behave wierd (though not as my project).

the menu1.png image shows the menu sub category going over the menu itself.

the menu2.png image shows what happens when the menu category is 'out of focus' (it happens for a second and then back to normal).

I start to think it has something with win8 or IE 10...

do you have any idea what can be the problem?

P.S.

the only style I apply to my menu is a <div style="float:right"> wrapper...
0
ShareDocs
Top achievements
Rank 1
answered on 30 May 2013, 05:16 PM
Hi,
I've attached the menu view in chrome... it seems very wierd (it seems browser-related)
0
ShareDocs
Top achievements
Rank 1
answered on 03 Jun 2013, 04:06 AM
Hi,
I solved it but i still doesn't feel i know why it has happened...

when I deleted the 'display:inline' attribute from the ul#menu li CSS item the behavior went normal.

your project began to work correctly without changing anything. (it still has the 'display:inline' attribute).
I don't understand why this happens (maybe a win8 bug? i'm not sure)

anyway, hope it will keep the good behavior.

thanks for your help
0
ShareDocs
Top achievements
Rank 1
answered on 07 Jun 2013, 08:22 AM
Hi,
I still have a design problem with the menu...
I've attached a photo so you can see that the text and backgroud of the categrories are not well synched. the wierd thing is that in my dev computer everything looks well but when I publish to the server it give me that wierd design... Got any Ideas ?

P.S.
It seems that my last design problem was due to automatic ul#menu tag in the site.css file which is the same ID tag I had put in my kendo menu (Hope this helps someone)
0
ShareDocs
Top achievements
Rank 1
answered on 10 Jun 2013, 04:07 PM
Hi,
After much frustration i found  this site: http://stackoverflow.com/questions/13949858/why-does-ie9-opens-in-document-mode-as-ie7-standards

and added <meta http-equiv="X-UA-Compatible" content="IE=edge" >
so now IE renders in standard view.

If you can change the title to "Design Problem" or "Design Compatibility Problem" it will make more sense.

thank you
Tags
Menu
Asked by
ShareDocs
Top achievements
Rank 1
Answers by
Daniel
Telerik team
ShareDocs
Top achievements
Rank 1
Share this question
or