This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202476 - [71cat] Code folding tooltip not working
Summary: [71cat] Code folding tooltip not working
Status: RESOLVED DUPLICATE of bug 198957
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.1
Hardware: PC All
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 09:28 UTC by Vladimir Riha
Modified: 2011-09-26 09:29 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (116.22 KB, image/png)
2011-09-22 09:28 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2011-09-22 09:28:23 UTC
Created attachment 111015 [details]
screenshot

Look at the screenshot, the collapsed function "beta()" contains one line with calling echo function and it should be visible in code folding tooltip, but the tooltip is displayed as a stripe. The same goes for collapsed html tags, css and xml files.


Product Version: NetBeans IDE 7.1 Beta (Build 201109212202)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Linux version 2.6.38-11-generic running on i386; UTF-8; en_US (nb)
Comment 1 Svata Dedic 2011-09-23 05:42:25 UTC
This is a regression (at least in 18/9 build the feature was OK); the folding pane gets incorrectly inserted (?) - its preferred size is now cut down to a bare minimum.
Comment 2 Vladimir Riha 2011-09-23 09:30:09 UTC
Seems to be fixed in latest Beta. Should I close it?


Product Version: NetBeans IDE 7.1 Beta (Build 201109222201)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Linux version 2.6.38-11-generic running on i386; UTF-8; en_US (nb)
Comment 3 Michel Graciano 2011-09-23 12:00:16 UTC
No, you should close it just when it is fixed at the trunk. The Beta branch was created some days ago, so probably the regression was not present at that time.

Anyway, I have just build the IDE and it looks fixed to me but I don't know if it should be marked as invalid or fixed.

v. Build 20110923-8440f4eea579
Comment 4 Vladimir Riha 2011-09-23 12:12:31 UTC
Thanks for comment, but I reported this one against beta build from yesterday. So my guess some fix that was pushed to today's beta might have fixed this one.
Comment 5 Michel Graciano 2011-09-23 12:15:10 UTC
So I think you are write, you should close it :)
Comment 6 Miloslav Metelka 2011-09-26 09:29:27 UTC
I guess the problem appeared due to fixing issue #202273 and resolved by fixing issue #198957.

*** This bug has been marked as a duplicate of bug 198957 ***