Opened 8 years ago
Closed 8 years ago
#16212 closed defect (patchwelcome)
The Filter grid message will disappear only on mouse over.It cannot disappear by clicking anywhere in the page and it appears on another tab too.
Reported by: | amit.hadkar | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If we mouse over on filter grid on right hand side of the page then filter message is displayed. But that message isn't disappear if we click on anywhere on the page and can display on other tab too.It will disappear only when we mouse over on the page.
The following HTML code is available for filter grid message.
<div id="dojox_grid_enhanced_plugins_filter_FilterStatusPane_3" class="dojoxGridFStatusTip" widgetid="dojox_grid_enhanced_plugins_filter_FilterStatusPane_3"> <div class="dojoxGridFStatusTipHead"> <span class="dojoxGridFStatusTipTitle" dojoattachpoint="statusTitle">Filter Bar</span> <span class="dojoxGridFStatusTipRel" dojoattachpoint="statusRel"></span> </div> <div class="dojoxGridFStatusTipDetail" dojoattachpoint="statusDetailNode">Click the filter bar here to filter on values in any column.</div> </div> </div>
Attachments (2)
Change History (4)
Changed 8 years ago by
Attachment: | DojoFilterGridMsg.jpg added |
---|
Changed 8 years ago by
Attachment: | DojoFilterGridMsg2.jpg added |
---|
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
There are two attachment one will show the filter message on actual page and another will display filter message on connecting tab.