melat0nin / chrome-devtools-vertical

CSS styles to layout Chrome's Devtools to look like Firebug in vertical mode (source code horizontally above attributes)
38 stars 5 forks source link

Bug: Dynamically-expanding split view in the Resources panel #16

Open jaredwilli opened 11 years ago

jaredwilli commented 11 years ago

I've been working on making integrating this into the source of webkit, but before I can do that, I want to be sure that there's no bugs and that things will be as they would be expected within the browser as you can understand I'm sure.

So, I've made some modifications, and incorporated some things from the DockToRight repo like the icons and some other things with some modifications made to ensure consistency and functionality.

This particular issue is about the Resources panel, and the way in which the view is dynamically expanded on hover. It's quite buggy. I am hoping that once I include the split-view resizer stuff which enables you to resize the sections, that this type of thing won't matter since it will then be based on a set default initial height for each section for everything. The resizer will then provide the resizing functionality as it does as usual.

OH! And if you enable Devtools Expirements in chrome flags, you can then select code mirror as the code editor for things, and then the stylesheet will need to be significantly extended to make things work for that as well, so the classes will work for the editor then.

vickychijwani commented 11 years ago

You're right, the dynamic resizing on the Resources panel is buggy:

2013-01-14-051028_561x843_scrot

It's strange that I didn't encounter this bug before. All the more reason to have the usual split-view resizer on all panels for dock to right mode.

jaredwilli commented 11 years ago

Yeah. The resizer I think will resolve many issues that otherwise require a hack within this.