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 233137 - Error description in Action Items does not fit line height
Summary: Error description in Action Items does not fit line height
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 06:01 UTC by Vladimir Riha
Modified: 2013-07-29 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (108.63 KB, image/png)
2013-07-22 06:01 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-07-22 06:01:15 UTC
Created attachment 137518 [details]
screenshot

Please check the screenshot, maybe it is caused by used monospace font but only a half of line height is visible in Action Items for JS errors

To reproduce, simply have following JSP:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
    <head>
        <title>JSP Page</title>
    </head>
    <body>
        <script>
            if()         
        </script>
    </body>
</html>






Product Version: NetBeans IDE Dev (Build 201307212300)
Java: 1.7.0_40-ea; Java HotSpot(TM) Client VM 24.0-b52
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-ea-b33
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Petr Hejl 2013-07-25 13:09:43 UTC
I did a couple of things:
-no monospace anymore
-no line/columns in message
-no ^ pointer in error message

web-main 9eb8863f9380
Comment 2 Quality Engineering 2013-07-26 02:47:53 UTC
Integrated into 'main-silver', will be available in build *201307252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9eb8863f9380
User: Petr Hejl <phejl@netbeans.org>
Log: #233137 - Error description in Action Items does not fit line height
Comment 3 Vladimir Riha 2013-07-29 10:54:46 UTC
Thank you, verified

Product Version: NetBeans IDE Dev (Build 201307282300)
Java: 1.7.0_40-ea; Java HotSpot(TM) Client VM 24.0-b52
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-ea-b33
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)