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

Moving splitter causes text to be selected

0 Answers 31 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
StrandedPirate
Top achievements
Rank 1
StrandedPirate asked on 30 Oct 2012, 09:01 AM
Just started using Kendo UI Web v2012.2.710 and when you move the splitter it selects text in either the left or right pane. I don't know what's causing this. I don't see this happening in the demo. Is there some option I need to send the API?


                $("#menuSplitter").kendoSplitter({
                    orientation: "horizontal",
                    panes: [
                            { collapsible: false, size: "24%", resizable: true },
                            { collapsible: false, resizable: true }
                        ]
                });

No answers yet. Maybe you can help?

Tags
Splitter
Asked by
StrandedPirate
Top achievements
Rank 1
Share this question
or