Commit graph

10 commits

Author SHA1 Message Date
YiFang Xiao 376f0f1c62 fix: qt6.2 iframe can not access gdlookup built-in javascript
it throw CORS exception in the devtool console  windows.
2022-04-17 22:28:14 +08:00
YiFang Xiao 9b1f25f3f4 fix: relative url with gdanchor parameter 2022-03-30 00:20:49 +08:00
YiFang Xiao 9c6ac4afea fix:iframe autoresize
there are cases when the iframe's height continue to grow to a very
large height.
so in the code,set a maximum height 1000px.
2022-03-28 22:30:19 +08:00
xiaoyifang bbfa13fedb auto resize iframe 2022-03-28 21:19:14 +08:00
狂风代码 a6800eef96
修复 A 标签没有 href 属性时 link 值为 null 语法错,导致部分 A 标签事件不响应 2022-03-26 10:36:19 +08:00
xiaoyifang cc4e2915ec fix:gd built in js click event interceptor
there are cases when the <a link was generated by js after document ready .
all these links have escaped the intercetor.

use this new document.on(event,selector ,function) to monitor any new added link
2022-03-25 23:23:00 +08:00
xiaoyifang f18e8f8960 fix:gdau link show blocked in devtool network 2022-03-16 22:29:04 +08:00
yifang ab7ffab225 fix: iframe not auto expand
https://github.com/goldendict/goldendict/issues/1448
2022-01-31 09:36:52 +08:00
yifang 037dcfd5a1
imp. : when click article collapse banner,single click to selection should supress 2022-01-20 20:43:42 +08:00
yifang 70254fe6e0 imp. : rename js/css file from gd_ to gd-* 2022-01-19 20:26:45 +08:00
Renamed from resources/gd_custom.js (Browse further)