> > I can't find the Help Button for the test ??? > There is no "Help" button, but I already linked two times to http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug.
> But i do a test case by hand (mine). > > At this adress on Flickr (without login): > http://www.flickr.com/photos/16536699@N07/favorites/page26/?view=sm > > On a new profile : > - Firebug > - Stylish > - FireXpath > > - and 2 userstyle for Flickr installed : > - http://userstyles.org/styles/52247/flickr-widescreen-allinone-v-9-5-5 > - > http://userstyles.org/styles/49241/flickr-widescreen-dark-grey-tweak-perso > > > Search, in the firepath panel: > > #faves .fave .meta > > >Search the first occurrence > >Inspect it in the HTLM Panel. > > >In the Style Panel , For this element : > #faves.sm .fave .meta { > display: block !important; > margin-left: 29px !important; > position: relative !important; > text-align: left !important; > top: -5px !important; > } > > >>>Change : > top: -5px !important; > by > top: -4px !important; > > > Click in the Style Panel and the element disappear.... > > If you disable an other rule for an other element the element > reappear. > I can see the problem now. It's somehow related to how Stylish is binding in user styles. It uses data URLs<http://en.wikipedia.org/wiki/Data_URI_scheme> . We still need to break that down to a more simple test case, i.e. having an HTML file, that adds stylesheets using data URLs. This would make it easier to reproduce (without Stylish, FirePath or any other add-on). Though I don't know exactly yet how to do that. If somebody has an idea, please let me know. > I hope it can help you. > I appreciate a lot your work and attention. > Firebug teach to me a lot of thing to me ;-) That's great! :-) Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to firebug@googlegroups.com To unsubscribe from this group, send email to firebug+unsubscr...@googlegroups.com For more options, visit this group at https://groups.google.com/forum/#!forum/firebug