LeiQiao

Results 3 issues of LeiQiao

在TabItem点击关闭其它,当遇到不可关闭的Tab时会停止,不会继续关闭后面的Tab,是否可以跳过这个页面继续关闭其它Tab? 在/src/Shared/HandyControl_Shared/Controls/TabControl/TabPanel.cs文件中的第398行,把return替换成continue internal void CloseOtherItems(TabItem currentItem) { var actualItem = currentItem != null ? ItemContainerGenerator.ItemFromContainer(currentItem) : null; var list = GetActualList(); if (list == null) return; IsInternalAction = true; for...

### Describe the bug 自定义TabItem样式的时候使用BaseOn"{StaticResource {x:Type hc:TabItem}}"找不到HandyControl.Controls.TabItem, 不知道为什么,3.2.0是可以的,3.3.0就不行了 ### Steps to reproduce the bug 下面是自定义的样式: ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet package version HandyControl 3.3.0...

unzip: cannot find zipfile directory in one of phantomjs-2.1.1-linux-x86_64.tar.bz2 or phantomjs-2.1.1-linux-x86_64.tar.bz2.zip, and cannot find phantomjs-2.1.1-linux-x86_64.tar.bz2.ZIP, period. The command '/bin/sh -c mkdir -p /opt/phantomjs-2.1.1 && wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && unzip phantomjs-2.1.1-linux-x86_64.tar.bz2 &&...