Community
Participate
Working Groups
1) In minesweeper-object (I can provide the project if necessary) 2) Open file 'board.js' 3) Click on the function isSwept() 4) Tools->References->Project 5) In the search dialog that pops up, click on 'if (self.isSwept () || self.isExploded ())' (DO NOT CLICK ON A PERCANTAGE) 6) BUG: the percentage disappears I understand that the UI is not finalize, it's IE etc. etc. but I thought I'd report the bug. It does not happen on Chrome (no idea about FF)
I think this will be addressed with some pending changes we having coming where we will no longer show the percentages, instead we will show the matches grouped like: Exact Matches Possible Matches Unrelated Matches This grouping will apply to what was the flat list layout. For the other grouping (by location), we might use the same grouping above, but inside the location grouping. That way we can avoid cluttering the UI with piles of percentages. For example we would could have: Function Calls Exact Matches Possible Matches Unrelated Matches JSDoc Comments Exact Matches Possible Matches Unrelated Matches etc.
Each match would also look a bit different like: (filename: line#) matchText or matchText (filename: line#)
Did you type the comment in the wrong bug? This is a straight up "the UI fails on IE but not on Chrome" thing that might just go away when we change the UI. Is that what you were getting at?
(In reply to Steve Northover from comment #3) > Did you type the comment in the wrong bug? This is a straight up "the UI > fails on IE but not on Chrome" thing that might just go away when we change > the UI. Is that what you were getting at? That is exactly what I was getting at.
This is not working.