CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
502 stars 133 forks source link

[BUG]: 设置为非离屏渲染时,页面中设置可拖拽区域,但无法拖动窗口 #395

Open robert2010 opened 2 months ago

robert2010 commented 2 months ago

Describe the bug 【Bug描述】

...

To Reproduce 【复现步骤】

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior 【正确的预期行为】

...

Screenshots 【截图】

...

Environment 【BUG产生的环境】

Additional context 【更多额外信息】

...

robert2010 commented 2 months ago

有人遇到类似的问题码?

aucma commented 1 month ago

我记得需要在title div加一个css属性 允许拖动

MasterPure commented 1 month ago

有人遇到类似的问题码?

我也遇到了,版本是1.1.0,osr模式可以拖动,ncw就不行; 官方测试demo里把osr关掉,就连demo也无法拖动了,我猜,应该是底层代码没实现ncw模式下的拖动