gpt4 book ai didi

jquery - 标题 jqGrid 中奇怪的 Firefox 问题

转载 作者:行者123 更新时间:2023-12-01 01:09:57 25 4
gpt4 key购买 nike

我使用的是旧版本的 jQGrid,即 v3.6.4。

由于它不支持我以这种方式引入的工具提示

afterInsertRow : function(rowId, rowdata, rowElem){
$(this).setCell(rowId, 'firstName', '', '',{ title: rowdata.firstName, alt:rowdata.firstName});
$(this).setCell(rowId, 'lastName', '', '',{ title: rowdata.lastName, alt:rowdata.lastName});
$(this).setCell(rowId, 'problem', '', '',{ title: rowdata.problem, alt:rowdata.problem});
$(this).setCell(rowId, 'allergy', '', '',{ title: rowdata.allergy, alt:rowdata.allergy});
$(this).setCell(rowId, 'medication', '', '',{ title: rowdata.medication, alt:rowdata.medication});
}

通过这种方式,我将标题与单元格关联起来。我可以在 Chrome 和 IE 中看到标题,但 FF 的工作方式很神秘,因为它只在您移入 jqgrid 容器后显示标题,之后不再显示工具提示。但您搬出去并再次访问时,它会再次显示。

当我使用 firebug 的编辑功能时添加更多内容。并玩弄 html,只需编辑单个字符并撤消它。它开始工作。

我现在没有主意了,有人可以帮忙吗。

最佳答案

我的一个 friend 发现了这里出了什么问题。在 grid.base.js 源代码中,我发现 mouseleover 和 mouseout 上的事件都返回 false。这实际上只是一个已知的 Firefox 错误。覆盖该功能和标题在 Firefox 中也能正常运行。

关于jquery - 标题 jqGrid 中奇怪的 Firefox 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8679791/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com