Inspector not making live adjustments
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Puma10 <joshward... @gmail.com>
Date: Mon, 1 Oct 2012 16:56:56 -0700 (PDT)
Local: Mon, Oct 1 2012 7:56 pm
Subject: Inspector not making live adjustments
Hello all and thanks in advance. For some reason I can't make the css updates commit to the live browser window. Example:
Developer tools says the following
.someClass { padding: 20px
}
I want to update to 40 px. I update and hit enter. After hitting enter the value of 20px is still present. See http://www.jpswebsites.com/dev_tsb/ for examples.
Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vsevolod Vlasov <vse... @google.com>
Date: Tue, 2 Oct 2012 12:36:38 +0400
Local: Tues, Oct 2 2012 4:36 am
Subject: Re: [Chrome DevTools] Inspector not making live adjustments
Thank you for your report,
Could you please provide your browser version?
On Tue, Oct 2, 2012 at 3:56 AM, Puma10 <joshward
... @gmail.com> wrote:
> Hello all and thanks in advance.
> For some reason I can't make the css updates commit to the live browser
> window. Example:
> Developer tools says the following
> .someClass {
> padding: 20px
> }
> I want to update to 40 px. I update and hit enter. After hitting enter
> the value of 20px is still present.
> See http://www.jpswebsites.com/dev_tsb/ for examples.
> Thanks a lot in advance
-- Thank you,
Vsevolod Vlasov (vse... @google.com)
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Tue, 2 Oct 2012 08:23:16 -0700 (PDT)
Local: Tues, Oct 2 2012 11:23 am
Subject: Re: [Chrome DevTools] Inspector not making live adjustments
This is happening in Version 22.0.1229.79 Also the search bar in the inspector is gone now. What the heck! ONE DAY IT'S THERE, ONE DAY IT'S NOT. MAKES IT VERY DIFFICULT TO DEVELOP USING CHROME!
On Tuesday, October 2, 2012 1:37:00 AM UTC-7, Vsevolod Vlasov wrote:
> Thank you for your report, > Could you please provide your browser version?
> On Tue, Oct 2, 2012 at 3:56 AM, Puma10 <joshw... @gmail.com <javascript:>>wrote:
>> Hello all and thanks in advance.
>> For some reason I can't make the css updates commit to the live browser >> window. Example:
>> Developer tools says the following
>> .someClass { >> padding: 20px >> }
>> I want to update to 40 px. I update and hit enter. After hitting enter >> the value of 20px is still present.
>> See http://www.jpswebsites.com/dev_tsb/ for examples.
>> Thanks a lot in advance
> -- > Thank you, > Vsevolod Vlasov (vse... @google.com <javascript:>)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Alexander Pavlov <apav... @chromium.org>
Date: Wed, 3 Oct 2012 14:21:01 +0400
Local: Wed, Oct 3 2012 6:21 am
Subject: Re: [Chrome DevTools] Inspector not making live adjustments
On Tue, Oct 2, 2012 at 7:23 PM, <jmoul
... @gmail.com> wrote:
> This is happening in Version 22.0.1229.79
Thanks for the heads-up. The issue has been diagnosed (tracked at
https://bugs.webkit.org/show_bug.cgi?id=98246 ) and is pending a fix.
This occurs on broken stylesheets. In particular, for
http://www.jpswebsites.com/dev_tsb/ style.css contains the following
snippet at line 747:
/*==============================================//
// CONTENT - GENERAL
//==============================================*/
body{
background:
url(images/curtain.png) repeat-x,
url(images/logo_light.png) no-repeat center top,
url(images/retina_wood.png);
}
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 30px 0 60px 0;
width: 100%;
color: #666666;
}
which is clearly broken.
P.S. One-line '//'-style comments are not valid for CSS.
-- -alexander
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vsevolod Vlasov <vse... @google.com>
Date: Wed, 3 Oct 2012 17:44:47 +0400
Local: Wed, Oct 3 2012 9:44 am
Subject: Re: [Chrome DevTools] Inspector not making live adjustments
Could you please provide an example URL and scenario?
On Tue, Oct 2, 2012 at 7:23 PM, <jmoul
... @gmail.com> wrote:
> This is happening in Version 22.0.1229.79
> Also the search bar in the inspector is gone now. What the heck! ONE DAY
> IT'S THERE, ONE DAY IT'S NOT.
> MAKES IT VERY DIFFICULT TO DEVELOP USING CHROME!
> On Tuesday, October 2, 2012 1:37:00 AM UTC-7, Vsevolod Vlasov wrote:
>> Thank you for your report,
>> Could you please provide your browser version?
>> On Tue, Oct 2, 2012 at 3:56 AM, Puma10 <joshw... @gmail.com> wrote:
>>> Hello all and thanks in advance.
>>> For some reason I can't make the css updates commit to the live browser
>>> window. Example:
>>> Developer tools says the following
>>> .someClass {
>>> padding: 20px
>>> }
>>> I want to update to 40 px. I update and hit enter. After hitting
>>> enter the value of 20px is still present.
>>> See http://www.jpswebsites.**com/dev_tsb/ <http://www.jpswebsites.com/dev_tsb/ > for
>>> examples.
>>> Thanks a lot in advance
>> --
>> Thank you,
>> Vsevolod Vlasov (vse... @google.com)
-- Thank you,
Vsevolod Vlasov (vse... @google.com)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
rosscow... @gmail.com
Date: Thu, 11 Oct 2012 11:20:52 -0700 (PDT)
Local: Thurs, Oct 11 2012 2:20 pm
Subject: Re: Inspector not making live adjustments
I am having the same problem, the inspector is not making live updates. My CSS is all valid.
On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
> Hello all and thanks in advance.
> For some reason I can't make the css updates commit to the live browser > window. Example:
> Developer tools says the following
> .someClass { > padding: 20px > }
> I want to update to 40 px. I update and hit enter. After hitting enter > the value of 20px is still present.
> See http://www.jpswebsites.com/dev_tsb/ for examples.
> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vsevolod Vlasov <vse... @google.com>
Date: Thu, 11 Oct 2012 22:24:21 +0400
Local: Thurs, Oct 11 2012 2:24 pm
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Please provide a URL
On Oct 11, 2012 10:20 PM, <rosscow... @gmail.com> wrote:
> I am having the same problem, the inspector is not making live updates. My
> CSS is all valid.
> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>> Hello all and thanks in advance.
>> For some reason I can't make the css updates commit to the live browser
>> window. Example:
>> Developer tools says the following
>> .someClass {
>> padding: 20px
>> }
>> I want to update to 40 px. I update and hit enter. After hitting enter
>> the value of 20px is still present.
>> See http://www.jpswebsites.**com/dev_tsb/ <http://www.jpswebsites.com/dev_tsb/ > for
>> examples.
>> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
jonathanbell... @gmail.com
Date: Wed, 17 Oct 2012 09:25:20 -0700 (PDT)
Local: Wed, Oct 17 2012 12:25 pm
Subject: Re: Inspector not making live adjustments
I too am having this issue. I'm sorry but I cannot replicate the source as the site is behind a firewall. Here is my test CSS: /* shakeout BC thing */ #shakeout { background: url('https://gww.gov.bc.ca/sites/default/files/images/shakeout_bg.jpg' ) repeat #696a6c; width: 100%; height: 220px; display: none; *overflow:hidden; *zoom: 1;
}
#shakeoutInner { background: url('https://gww.gov.bc.ca/sites/default/files/images/shakeout.jpg' ) no-repeat; background-position: 0 -3px; margin: 0 auto; width: 900px; height: 220px; }
#triggerAftershock, #closeShakout { cursor: pointer; margin-top: 151px; margin-left: 99px; }
#closeShakout { float: right; margin-top: 5px; margin-right: 5px; }
#shakeoutInner .shakeoutCopy { color: white; float: right; font-size: 33px; font-weight: bold; padding-top: 4px; position: relative; right: -17px; margin-top: 11px; /* zoom: 1; font-style: italic; */ }
#shakeoutInner .shakeoutCopy a { color: white; text-decoration: underline; }
#shakeoutInner .shakeoutCopy a:hover { color: #df4426; }
.shakeoutCopy .shakeoutDate { font-size: 23px; line-height: 47px; padding-left: 102px;
}
On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
> Hello all and thanks in advance.
> For some reason I can't make the css updates commit to the live browser > window. Example:
> Developer tools says the following
> .someClass { > padding: 20px > }
> I want to update to 40 px. I update and hit enter. After hitting enter > the value of 20px is still present.
> See http://www.jpswebsites.com/dev_tsb/ for examples.
> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
jonathanbell... @gmail.com
Date: Wed, 17 Oct 2012 09:32:37 -0700 (PDT)
Local: Wed, Oct 17 2012 12:32 pm
Subject: Re: Inspector not making live adjustments
Sorry Chrome version = 22.0.1229.94 m
On Wednesday, October 17, 2012 9:25:20 AM UTC-7, jonatha
... @gmail.com wrote:
> I too am having this issue. I'm sorry but I cannot replicate the source as > the site is behind a firewall. Here is my test CSS:
> /* shakeout BC thing */ > #shakeout { > background: url(' > https://gww.gov.bc.ca/sites/default/files/images/shakeout_bg.jpg' ) repeat > #696a6c; > width: 100%; > height: 220px; > display: none; > *overflow:hidden; > *zoom: 1; > } > #shakeoutInner { > background: url(' > https://gww.gov.bc.ca/sites/default/files/images/shakeout.jpg' ) no-repeat; > background-position: 0 -3px; > margin: 0 auto; > width: 900px; > height: 220px; > } > #triggerAftershock, #closeShakout { > cursor: pointer; > margin-top: 151px; > margin-left: 99px; > } > #closeShakout { > float: right; > margin-top: 5px; > margin-right: 5px; > } > #shakeoutInner .shakeoutCopy { > color: white; > float: right; > font-size: 33px; > font-weight: bold; > padding-top: 4px; > position: relative; > right: -17px; > margin-top: 11px; > /* zoom: 1; > font-style: italic; */ > } > #shakeoutInner .shakeoutCopy a { > color: white; > text-decoration: underline; > } > #shakeoutInner .shakeoutCopy a:hover { > color: #df4426; > } > .shakeoutCopy .shakeoutDate { > font-size: 23px; > line-height: 47px; > padding-left: 102px; > }
> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>> Hello all and thanks in advance.
>> For some reason I can't make the css updates commit to the live browser >> window. Example:
>> Developer tools says the following
>> .someClass { >> padding: 20px >> }
>> I want to update to 40 px. I update and hit enter. After hitting enter >> the value of 20px is still present.
>> See http://www.jpswebsites.com/dev_tsb/ for examples.
>> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Alexander Pavlov <apav... @chromium.org>
Date: Wed, 17 Oct 2012 20:37:35 +0400
Local: Wed, Oct 17 2012 12:37 pm
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Jonathan,
Editing this stylesheet through the CSSOM (Styles sidebar) works for me on
Chrome 23.0.1271.26 and should get fixed in your stable Chrome with the
next update. Please see
http://code.google.com/p/chromium/issues/detail?id=152636 for the
reference. Should it still fail in your case after the update, please file
a new bug at http://new.crbug.com and specify "DevTools: " at the start of
the summary.
On Wed, Oct 17, 2012 at 8:32 PM, <jonathanbell
... @gmail.com> wrote:
> Sorry Chrome version = 22.0.1229.94 m
> On Wednesday, October 17, 2012 9:25:20 AM UTC-7, jonatha... @gmail.comwrote:
>> I too am having this issue. I'm sorry but I cannot replicate the source
>> as the site is behind a firewall. Here is my test CSS:
>> /* shakeout BC thing */
>> #shakeout {
>> background: url('https://gww.gov.bc.ca/**sites/default/files/images/**
>> shakeout_bg.jpg<https://gww.gov.bc.ca/sites/default/files/images/shakeout_bg.jpg >')
>> repeat #696a6c;
>> width: 100%;
>> height: 220px;
>> display: none;
>> *overflow:hidden;
>> *zoom: 1;
>> }
>> #shakeoutInner {
>> background: url('https://gww.gov.bc.ca/**sites/default/files/images/**
>> shakeout.jpg<https://gww.gov.bc.ca/sites/default/files/images/shakeout.jpg >')
>> no-repeat;
>> background-position: 0 -3px;
>> margin: 0 auto;
>> width: 900px;
>> height: 220px;
>> }
>> #triggerAftershock, #closeShakout {
>> cursor: pointer;
>> margin-top: 151px;
>> margin-left: 99px;
>> }
>> #closeShakout {
>> float: right;
>> margin-top: 5px;
>> margin-right: 5px;
>> }
>> #shakeoutInner .shakeoutCopy {
>> color: white;
>> float: right;
>> font-size: 33px;
>> font-weight: bold;
>> padding-top: 4px;
>> position: relative;
>> right: -17px;
>> margin-top: 11px;
>> /* zoom: 1;
>> font-style: italic; */
>> }
>> #shakeoutInner .shakeoutCopy a {
>> color: white;
>> text-decoration: underline;
>> }
>> #shakeoutInner .shakeoutCopy a:hover {
>> color: #df4426;
>> }
>> .shakeoutCopy .shakeoutDate {
>> font-size: 23px;
>> line-height: 47px;
>> padding-left: 102px;
>> }
>> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>>> Hello all and thanks in advance.
>>> For some reason I can't make the css updates commit to the live browser
>>> window. Example:
>>> Developer tools says the following
>>> .someClass {
>>> padding: 20px
>>> }
>>> I want to update to 40 px. I update and hit enter. After hitting
>>> enter the value of 20px is still present.
>>> See http://www.jpswebsites.**com/dev_tsb/ <http://www.jpswebsites.com/dev_tsb/ > for
>>> examples.
>>> Thanks a lot in advance
-- -alexander
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
estevancar... @gmail.com
Date: Tue, 30 Oct 2012 22:45:28 -0700 (PDT)
Local: Wed, Oct 31 2012 1:45 am
Subject: Re: Inspector not making live adjustments
I'm going to go ahead and chime in as well. Chrome's inspector has not been working for me for several weeks. I'm using v. 22.0.1229.94
Live updates within the inspector regarding HTML or styles have not worked at all.
On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
> Hello all and thanks in advance.
> For some reason I can't make the css updates commit to the live browser > window. Example:
> Developer tools says the following
> .someClass { > padding: 20px > }
> I want to update to 40 px. I update and hit enter. After hitting enter > the value of 20px is still present.
> See http://www.jpswebsites.com/dev_tsb/ for examples.
> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
joelkin... @gmail.com
Date: Thu, 1 Nov 2012 11:21:38 -0700 (PDT)
Local: Thurs, Nov 1 2012 2:21 pm
Subject: Re: Inspector not making live adjustments
I'm also having this issue. Looked at my style sheets until my eyes were bleeding. Ran them through W3C, only got IE filter errors back (to be expected). I can't edit styles, and the only thing that I can do is add inline styles, which is annoying when trying to toggle a specific style. Windows 8 Version 22.0.1229.94 m
On Wednesday, October 31, 2012 12:45:28 AM UTC-5, esteva
... @gmail.com wrote:
> I'm going to go ahead and chime in as well. Chrome's inspector has not > been working for me for several weeks.
> I'm using v. 22.0.1229.94
> Live updates within the inspector regarding HTML or styles have not worked > at all.
> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>> Hello all and thanks in advance.
>> For some reason I can't make the css updates commit to the live browser >> window. Example:
>> Developer tools says the following
>> .someClass { >> padding: 20px >> }
>> I want to update to 40 px. I update and hit enter. After hitting enter >> the value of 20px is still present.
>> See http://www.jpswebsites.com/dev_tsb/ for examples.
>> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vsevolod Vlasov <vse... @google.com>
Date: Fri, 2 Nov 2012 16:25:06 +0400
Local: Fri, Nov 2 2012 8:25 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Could you please provide some details like url or code sample?
Please tell us what exactly you are doing, otherwise it's hard to help you.
On Thu, Nov 1, 2012 at 10:21 PM, <joelkin
... @gmail.com> wrote:
> I'm also having this issue. Looked at my style sheets until my eyes were
> bleeding. Ran them through W3C, only got IE filter errors back (to be
> expected). I can't edit styles, and the only thing that I can do is add
> inline styles, which is annoying when trying to toggle a specific style.
> Windows 8
> Version 22.0.1229.94 m
> On Wednesday, October 31, 2012 12:45:28 AM UTC-5, esteva... @gmail.comwrote:
>> I'm going to go ahead and chime in as well. Chrome's inspector has not
>> been working for me for several weeks.
>> I'm using v. 22.0.1229.94
>> Live updates within the inspector regarding HTML or styles have not
>> worked at all.
>> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>>> Hello all and thanks in advance.
>>> For some reason I can't make the css updates commit to the live browser
>>> window. Example:
>>> Developer tools says the following
>>> .someClass {
>>> padding: 20px
>>> }
>>> I want to update to 40 px. I update and hit enter. After hitting
>>> enter the value of 20px is still present.
>>> See http://www.jpswebsites.**com/dev_tsb/ <http://www.jpswebsites.com/dev_tsb/ > for
>>> examples.
>>> Thanks a lot in advance
-- Thank you,
Vsevolod Vlasov (vse... @google.com)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vsevolod Vlasov <vse... @google.com>
Date: Fri, 2 Nov 2012 16:25:17 +0400
Local: Fri, Nov 2 2012 8:25 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Could you please provide some details like url or code sample?
Please tell us what exactly you are doing, otherwise it's hard to help you.
On Wed, Oct 31, 2012 at 9:45 AM, <estevancar
... @gmail.com> wrote:
> I'm going to go ahead and chime in as well. Chrome's inspector has not
> been working for me for several weeks.
> I'm using v. 22.0.1229.94
> Live updates within the inspector regarding HTML or styles have not worked
> at all.
> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>> Hello all and thanks in advance.
>> For some reason I can't make the css updates commit to the live browser
>> window. Example:
>> Developer tools says the following
>> .someClass {
>> padding: 20px
>> }
>> I want to update to 40 px. I update and hit enter. After hitting enter
>> the value of 20px is still present.
>> See http://www.jpswebsites.**com/dev_tsb/ <http://www.jpswebsites.com/dev_tsb/ > for
>> examples.
>> Thanks a lot in advance
-- Thank you,
Vsevolod Vlasov (vse... @google.com)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
John J Barton <johnjbar... @johnjbarton.com>
Date: Tue, 18 Dec 2012 08:10:28 -0800
Local: Tues, Dec 18 2012 11:10 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
I encountered one cause for this behavior: two CSS rules with the same
selector. Devtools edits the first; chrome applies the second.
jjb
On Dec 17, 2012 9:19 PM, <emach... @tapiture.com> wrote:
> I have been having this issue for the past few months. It happens on about
> 50% of the sites I visit.
> Is this caused by invalid CSS? If so, what in particular causes it? I have
> validated my CSS and aren't finding any errors or flags.
> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>> Hello all and thanks in advance.
>> For some reason I can't make the css updates commit to the live browser
>> window. Example:
>> Developer tools says the following
>> .someClass {
>> padding: 20px
>> }
>> I want to update to 40 px. I update and hit enter. After hitting enter
>> the value of 20px is still present.
>> See http://www.jpswebsites.**com/dev_tsb/ <http://www.jpswebsites.com/dev_tsb/ > for
>> examples.
>> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Wed, 23 Jan 2013 01:17:30 -0800 (PST)
Local: Wed, Jan 23 2013 4:17 am
Subject: Re: Inspector not making live adjustments
Same issue here, Version 24.0.1312.52 m, Windows 8
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Wed, 23 Jan 2013 01:25:53 -0800 (PST)
Local: Wed, Jan 23 2013 4:25 am
Subject: Re: Inspector not making live adjustments
Updated to Version 24.0.1312.56 m, same issue on all websites
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vsevolod Vlasov <vse... @chromium.org>
Date: Mon, 28 Jan 2013 19:49:30 +0400
Local: Mon, Jan 28 2013 10:49 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Could you please provide a specific url and reproduction scenario for this
issue? Otherwise it is hard to reproduce it and identify the problem.
On Tue, Dec 18, 2012 at 7:32 AM, <emach
... @tapiture.com> wrote:
> I have been having this issue for the past few months. It happens on about
> 50% of the sites I visit.
> Is this caused by invalid CSS? If so, what in particular causes it? I have
> validated my CSS and aren't finding any errors or flags.
> On Monday, October 1, 2012 4:56:56 PM UTC-7, Puma10 wrote:
>> Hello all and thanks in advance.
>> For some reason I can't make the css updates commit to the live browser
>> window. Example:
>> Developer tools says the following
>> .someClass {
>> padding: 20px
>> }
>> I want to update to 40 px. I update and hit enter. After hitting enter
>> the value of 20px is still present.
>> See http://www.jpswebsites.**com/dev_tsb/ <http://www.jpswebsites.com/dev_tsb/ > for
>> examples.
>> Thanks a lot in advance
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vsevolod Vlasov <vse... @chromium.org>
Date: Mon, 28 Jan 2013 19:49:43 +0400
Local: Mon, Jan 28 2013 10:49 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Could you please provide a specific url and reproduction scenario for this
issue? Otherwise it is hard to reproduce it and identify the problem.
On Wed, Jan 23, 2013 at 1:25 PM, <mhenk
... @gmail.com> wrote:
> Updated to Version 24.0.1312.56 m, same issue on all websites
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Tue, 29 Jan 2013 00:59:48 -0800 (PST)
Local: Tues, Jan 29 2013 3:59 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
On this page (https://groups.google.com/forum/#!topic/google-chrome-developer-tools... ) I open Developer Tools > I select a div or p on the page and in the Inspector, in element.style {, I type "font-size:50px;" without the "" of course. It lets me type but as soon as I click next to the line it's gone.
I have switched between Chrome versions, re-installed etc. Nothing works.
On Monday, 28 January 2013 16:49:43 UTC+1, Vsevolod Vlasov wrote:
> Could you please provide a specific url and reproduction scenario for this > issue? Otherwise it is hard to reproduce it and identify the problem.
> On Wed, Jan 23, 2013 at 1:25 PM, <mhen... @gmail.com <javascript:>> wrote:
>> Updated to Version 24.0.1312.56 m, same issue on all websites
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
PhistucK <phist... @gmail.com>
Date: Tue, 29 Jan 2013 11:14:01 +0200
Local: Tues, Jan 29 2013 4:14 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Works for me. I tried to set the mentioned style for the title of one of
the posts.
Chrome 24 on Windows XP.
☆*PhistucK*
On Tue, Jan 29, 2013 at 10:59 AM, <kuubz
... @gmail.com> wrote:
> On this page (
>
https://groups.google.com/forum/#!topic/google-chrome-developer-tools... )
> I open Developer Tools > I select a div or p on the page and in the
> Inspector, in element.style {, I type "font-size:50px;" without the "" of
> course.
> It lets me type but as soon as I click next to the line it's gone.
> I have switched between Chrome versions, re-installed etc. Nothing works.
> On Monday, 28 January 2013 16:49:43 UTC+1, Vsevolod Vlasov wrote:
>> Could you please provide a specific url and reproduction scenario for
>> this issue? Otherwise it is hard to reproduce it and identify the problem.
>> On Wed, Jan 23, 2013 at 1:25 PM, <mhen... @gmail.com> wrote:
>>> Updated to Version 24.0.1312.56 m, same issue on all websites
>> --
> You received this message because you are subscribed to the Google Groups
> "Google Chrome Developer Tools" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-chrome-developer-tools+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out .
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Tue, 29 Jan 2013 06:49:00 -0800 (PST)
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
It's supposed to work, that's why I posted the problem here, because for me it doesn't work, nor does it work on any other website : )
On Tuesday, 29 January 2013 10:14:01 UTC+1, PhistucK wrote:
> Works for me. I tried to set the mentioned style for the title of one of > the posts.
> Chrome 24 on Windows XP.
> ☆*PhistucK*
> On Tue, Jan 29, 2013 at 10:59 AM, <kuub... @gmail.com <javascript:>> wrote:
>> On this page (
>> https://groups.google.com/forum/#!topic/google-chrome-developer-tools... ) >> I open Developer Tools > I select a div or p on the page and in the >> Inspector, in element.style {, I type "font-size:50px;" without the "" of >> course.
>> It lets me type but as soon as I click next to the line it's gone.
>> I have switched between Chrome versions, re-installed etc. Nothing works.
>> On Monday, 28 January 2013 16:49:43 UTC+1, Vsevolod Vlasov wrote:
>>> Could you please provide a specific url and reproduction scenario for >>> this issue? Otherwise it is hard to reproduce it and identify the problem.
>>> On Wed, Jan 23, 2013 at 1:25 PM, <mhen... @gmail.com> wrote:
>>>> Updated to Version 24.0.1312.56 m, same issue on all websites
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Tue, 29 Jan 2013 07:06:11 -0800 (PST)
Local: Tues, Jan 29 2013 10:06 am
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
attached are two screens... in the Inspector CSS stzle sheet I can change the bg color to red, but not in the Inspector itself.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
PhistucK <phist... @gmail.com>
Date: Tue, 29 Jan 2013 20:28:51 +0200
Local: Tues, Jan 29 2013 1:28 pm
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
You never mentioned your Chrome/Chromium version and platform, which might
be helpful.
☆*PhistucK*
On Tue, Jan 29, 2013 at 5:06 PM, <kuubz
... @gmail.com> wrote:
> attached are two screens... in the Inspector CSS stzle sheet I can change
> the bg color to red, but not in the Inspector itself.
> --
> You received this message because you are subscribed to the Google Groups
> "Google Chrome Developer Tools" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-chrome-developer-tools+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out .
You must
Sign in before you can post messages.
You do not have the permission required to post.
Date: Tue, 29 Jan 2013 12:47:38 -0800 (PST)
Local: Tues, Jan 29 2013 3:47 pm
Subject: Re: [Chrome DevTools] Re: Inspector not making live adjustments
Version 24.0.1312.56 m, Windows 8. I don't have the problem on my Windows 8 laptop though, same Chrome version.
On Tuesday, 29 January 2013 19:28:51 UTC+1, PhistucK wrote:
> You never mentioned your Chrome/Chromium version and platform, which might > be helpful.
> ☆*PhistucK*
You must
Sign in before you can post messages.
You do not have the permission required to post.