|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
scroll elements into placeHi, I use FireBug everyday, it's awesome. Now I write the CSS to refer
to an element then write the rest live so I can see it work as I type. Imagine if the scroll wheel could be made to work for increasing or decreasing values instead of manually typing them in. For example I often absolutely position a div with a relative div, it takes ages guessing the correct amount of pixels. Or even better still, imagine if you could select a div then drag it into position and copy and paste the css generated by FireBug! Anyway just an idea, you may say I'm a dreamer but I'm not the only one :) -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: scroll elements into placeI have added the mouse wheel idea to a relevant ticket:
http://code.google.com/p/fbug/issues/detail?id=1338 As far as dragging elements around the page ... it sounds very cool but would be very difficult to implement. If you are a developer yourself then maybe someday you'll join us and the world will live as one ;o) On Oct 30, 3:24 am, morktron <morkt...@...> wrote: > Hi, I use FireBug everyday, it's awesome. Now I write the CSS to refer > to an element then write the rest live so I can see it work as I > type. > > Imagine if the scroll wheel could be made to work for increasing or > decreasing values instead of manually typing them in. For example I > often absolutely position a div with a relative div, it takes ages > guessing the correct amount of pixels. > > Or even better still, imagine if you could select a div then drag it > into position and copy and paste the css generated by FireBug! > > Anyway just an idea, you may say I'm a dreamer but I'm not the only > one :) -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: scroll elements into placeOn Thu, Oct 29, 2009 at 23:24, morktron <morktron@...> wrote:
> Imagine if the scroll wheel could be made to work for increasing or > decreasing values instead of manually typing them in. For example I > often absolutely position a div with a relative div, it takes ages > guessing the correct amount of pixels. > Maybe is a little bit too late for saying this but you can change the amount of pixels on a certain CSS rule with the keyboard arrows up and down. Although havind the option to do it with the mouse wheel is not bat at all ;) Hernán -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: scroll elements into place> Or even better still, imagine if you could select a div then drag it > into position and copy and paste the css generated by FireBug! Well, try adding this attribute to the body element on a page: contenteditable="true" like this: <body contenteditable="true"> ... Make a div's position absolute and then drag and drop it with the little four-arrow thing. Have fun! -steve-- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: scroll elements into placeI never even considered using contenteditable even though I have
worked with it a lot ... that would actually be very cool and simple to implement. It would be very, very simple to add a "Live Edit" button next to our current 'Edit' button on the fbug toolbar to toggle this option on and off. The power of live edit in combination with FireDiff would be amazing. On Dec 4, 8:33 am, Steven Roussey <srous...@...> wrote: > > Or even better still, imagine if you could select a div then drag it > > into position and copy and paste the css generated by FireBug! > > Well, try adding this attribute to the body element on a page: > > contenteditable="true" > > like this: > > <body contenteditable="true"> > ... > > Make a div's position absolute and then drag and drop it with the > little four-arrow thing. > > Have fun! > > -steve-- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: scroll elements into placeI did not even consider using contenteditable, even though I have used
it a lot. It would be a very simple task to add a 'Live Edit' button that toggles this option. It could live next to the current 'Edit' button on the fb toolbar ... the power of that feature in combination with FireDiff would be amazing. On Dec 4, 8:33 am, Steven Roussey <srous...@...> wrote: > > Or even better still, imagine if you could select a div then drag it > > into position and copy and paste the css generated by FireBug! > > Well, try adding this attribute to the body element on a page: > > contenteditable="true" > > like this: > > <body contenteditable="true"> > ... > > Make a div's position absolute and then drag and drop it with the > little four-arrow thing. > > Have fun! > > -steve-- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: scroll elements into placehmmm ... an echo ;o)
On Dec 4, 11:02 am, Mike Ratcliffe <mich...@...> wrote: > I did not even consider using contenteditable, even though I have used > it a lot. It would be a very simple task to add a 'Live Edit' button > that toggles this option. It could live next to the current 'Edit' > button on the fb toolbar ... the power of that feature in combination > with FireDiff would be amazing. > > On Dec 4, 8:33 am, Steven Roussey <srous...@...> wrote: > > > > Or even better still, imagine if you could select a div then drag it > > > into position and copy and paste the css generated by FireBug! > > > Well, try adding this attribute to the body element on a page: > > > contenteditable="true" > > > like this: > > > <body contenteditable="true"> > > ... > > > Make a div's position absolute and then drag and drop it with the > > little four-arrow thing. > > > Have fun! > > > -steve-- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
|
|
Re: scroll elements into placeHeh... I have made a 'Live Edit' button like you suggest. It is kinda
cool. Firefox blows chunks with it on xhtml pages, but I guess I could deactivate it for them. You can do some wacky things with it on this page, for example! -steve-- On Dec 4, 1:56 am, Mike Ratcliffe <mich...@...> wrote: > I never even considered using contenteditable even though I have > worked with it a lot ... that would actually be very cool and simple > to implement. It would be very, very simple to add a "Live Edit" > button next to our current 'Edit' button on the fbug toolbar to toggle > this option on and off. The power of live edit in combination with > FireDiff would be amazing. > > On Dec 4, 8:33 am, Steven Roussey <srous...@...> wrote: > > > > Or even better still, imagine if you could select a div then drag it > > > into position and copy and paste the css generated by FireBug! > > > Well, try adding this attribute to the body element on a page: > > > contenteditable="true" > > > like this: > > > <body contenteditable="true"> > > ... > > > Make a div's position absolute and then drag and drop it with the > > little four-arrow thing. > > > Have fun! > > > -steve-- > > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@.... To unsubscribe from this group, send email to firebug+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/firebug?hl=en. |
| Free embeddable forum powered by Nabble | Forum Help |