Bug 136598 - [hovering] Don't read css file for each hover
Summary: [hovering] Don't read css file for each hover
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.2 RC2   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2006-04-13 07:18 EDT by Dani Megert CLA
Modified: 2006-05-12 08:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2006-04-13 07:18:11 EDT
N20060412-0010.

We currently add a link to a style sheet when creating the hover HTML. This forces the browser to access the disk for each hover.

Same applies to Javadoc view.
Comment 1 Dani Megert CLA 2006-04-13 07:22:09 EDT
Fixed in HEAD.
Will be in RC1 if there's a rebuild.
Comment 2 Tom Hofmann CLA 2006-05-12 05:38:38 EDT
Verifying...
Comment 3 Tom Hofmann CLA 2006-05-12 08:49:09 EDT
Verified in I20060512-0010 for both the Javadoc hover and the Javadoc view that the stylesheet is only loaded once.