3928: Tab indenting in google chrome broken

MjB****@gmai***** (Google Code) (Is this you? Claim this profile.)
July 23, 2015
Google chrome above version 45 shows incorrect indenting in the side-by-side diff viewer in reviewboard. 

Only the first tab displays correctly. The second and other tabs all have a 0 width when using the chrome inspector. Although this sounds like a chrome bug, I'm curious what you guys think.


What version are you running?
Reviewboard 2.5 beta 1

What's the URL of the page containing the problem?
internal reviewboard /r/992/diff/2/#index_header

What steps will reproduce the problem?
1. Post a review of a JS file with the following content. Notice the indenting are tabs:

var test = function() {
	var a = 1;
	if (true) {
		var a = 2;
	}
}

2. Open the review preview in google chrome. 

What is the expected output? What do you see instead?
Expected to see two levels of indenting. I only see one level. See attached screenshot.

What operating system are you using? What browser?
Ubuntu 12.04.5 LTS
google-chrome-unstable 45.0.2454.7-1
david
#1 david
This is a bug in chrome, not Review Board.
  • +ThirdParty
#2 MjB****@gmai***** (Google Code) (Is this you? Claim this profile.)
chrome bug created: https://code.google.com/p/chromium/issues/detail?id=513598