Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 401998

Summary: (iPad) - Text editor embedded in blog has large line numbers
Product: [ECD] Orion Reporter: Ken Walker <ken_walker>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: 2.0   
Target Milestone: 3.0 M1   
Hardware: Other   
OS: iOS   
Whiteboard:
Attachments:
Description Flags
iPad example of Embedded editor in a blog post none

Description Ken Walker CLA 2013-02-28 07:44:27 EST
Created attachment 227722 [details]
iPad example of Embedded editor in a blog post

If you look at Grants latest awesome blog post about the the Shell on an iPad the font and size of the line numbers are quiet a bit bigger than the text.

http://planetorion.org/news/2013/02/orion-2-0-whats-new-for-shell-page-plug-ins/
Comment 1 Silenio Quarti CLA 2013-03-11 15:38:15 EDT
The problem happened because there is a style sheet in the blog header with this ruler:

pre {
    -webkit-text-size-adjust: 140%;
}

The fix was to overwrite that value to the root of the editor. We decide also to get ride of the tables used to lay out the rulers which makes our hierarchy much simpler.

Fixed
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b0d38a9a58efc9c32b9292a1d61cafe9c3cf239d