horan MA

Results 9 issues of horan MA

版本:`miniblink-20220405` 程序:`wkexe_x64.exe` 问题:控制台 console.log() 对象内容打印为 [object Object] 重现: `console.log(1, {a:2}) // 1, [object Object]` 2021.08.31 版本显示正常 `// 1 Object {a: 2}` 2021.12.20 版本忽略对象 `// 1` (for intl. ref.: "console.log() could...

版本:`miniblink-2021220` 程序:`wkexe_x64.exe` 问题:输入框(input)行高无法自由设置,最小值受字体大小限制,需额外通过高度进行修正 重现: - `font-size` 和 `line-height` 都设为 12px,实际显示高度为 16px - `font-size` 和 `line-height` 都设为 13px,实际显示高度为 17px - `font-size` 和 `line-height` 都设为 14px,实际显示高度为 19px - `font-size` 和 `line-height` 都设为...

版本:`miniblink-20210831` 程序:`wkexe_x64.exe` 问题:地址栏输入超过 256 字符(decode 后)被截断 重现: 1. 地址栏输入:`https://www.baidu.com/?dafdsafdfadfadfa=4356674564564536346456&fdgsdfgsggsdfgadf=2344543643654543543545&sfdsfafadfdsfasgdfhaghafgadfafadfadf=6367556255562565345452345243&gbavafadfafafadsf=543525r434524141424&afafasdfasewafasdcvasdfafazdfsadfasf=3245434525252345234525234534543534&dfafafasdfasdfawefawfdcvafadsf=345235245234523452345&aaaa=0000` 2. console 执行 location.href 得到:`https://www.baidu.com/?dafdsafdfadfadfa=4356674564564536346456&fdgsdfgsggsdfgadf=2344543643654543543545&sfdsfafadfdsfasgdfhaghafgadfafadfadf=6367556255562565345452345243&gbavafadfafafadsf=543525r434524141424&afafasdfasewafasdcvasdfafazdfsadfasf=3245434525` IE 也至少支持 1000 字符,这样对传参型网址非常不友好。 > (for intl. ref.: "url length had been limited to 256")

> env: win7 x64 ver: v2.8.0 when setup the background image for `mj-hero`, if we use a "relative path" rather than a "absolute path", it will not be rendered in...

when using a `percentage` value for `column-gap`, i received the `known-properties` warning. ```css dl { column-count: 2; column-gap: 18%; } /* csslint allow: known-properties */ ``` references: https://drafts.csswg.org/css-multicol-1/#cg https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap

> ver: 1.2.8 > env: win10 + node20 + vite5 + vue3 > Showing the following warning after upgrading to Vite 5: ``` The CJS build of Vite's Node API...

```html test ``` Case 1, OR: Only the first part(` === dev`) will be trigged, and will omit second part after or(||). ---- ```html test ``` Case 2, AND: Will...

it seems that the loader finished its work slower in firefox (half a second slower? maybe it has something to do with loading-line fading out), and missed the chance to...

## Bug description setting "waveColor" with a translucent color(opacity/alpha channel), and setting "progressColor" with a solid color(no opacity/alpha channel), will result in "progressColor" disappearing/missing. setting both "waveColor" and "progressColor" with...

bug