*** pcardune has quit IRC | 00:06 | |
*** Aiste has joined #schooltool | 00:15 | |
*** tiredbones has quit IRC | 01:50 | |
*** didymo has quit IRC | 02:28 | |
*** hoffman has joined #schooltool | 05:40 | |
*** hoffman has left #schooltool | 05:40 | |
*** jinty has joined #schooltool | 09:57 | |
*** srichter has quit IRC | 10:41 | |
*** srichter has joined #schooltool | 11:00 | |
*** Aiste has quit IRC | 11:07 | |
*** Aiste has joined #schooltool | 11:24 | |
*** th1a has quit IRC | 11:24 | |
*** Aiste has joined #schooltool | 12:11 | |
*** jinty has quit IRC | 12:25 | |
*** ignas has joined #schooltool | 13:23 | |
*** vinsci has quit IRC | 13:27 | |
*** mgedmin has joined #schooltool | 13:28 | |
*** vinsci has joined #schooltool | 13:35 | |
*** jinty has joined #schooltool | 14:14 | |
*** thisfred has joined #schooltool | 14:31 | |
*** mgedmin has quit IRC | 14:36 | |
*** alga has joined #SchoolTool | 14:36 | |
*** tiredbones has joined #schooltool | 15:42 | |
*** mgedmin has joined #schooltool | 16:27 | |
povbot | /svn/commits: * srichter committed revision 5662: | 17:36 |
---|---|---|
povbot | /svn/commits: Fix another dprecation warning. Sigh. | 17:36 |
povbot | /svn/commits: * srichter committed revision 5663: | 17:37 |
povbot | /svn/commits: Implemented ordered requirements. While doing this I discovered a bunch issues with the inheritance implementation. I fixed those and documented everything well. | 17:37 |
*** th1a has joined #schooltool | 18:24 | |
*** tiredbones has quit IRC | 18:53 | |
*** tiredbones has joined #schooltool | 18:53 | |
*** jinty has quit IRC | 19:50 | |
*** Aiste has quit IRC | 22:03 | |
*** thisfred has quit IRC | 22:08 | |
srichter | anyone here? | 22:09 |
th1a | I am. | 22:09 |
srichter | I cannot find the div.row CSS declarations | 22:09 |
* mgedmin is also lurking | 22:10 | |
srichter | btw, I hate DIVs and CSS 2.0; they suck soo much it's unbelievable | 22:10 |
th1a | srichter: I'm a little worried about that. | 22:10 |
th1a | I don't want to start having a bunch of tables. | 22:11 |
mgedmin | tables are perfectly fine for tabular data | 22:11 |
th1a | Yes, of course. | 22:11 |
srichter | all I want to do is implement a widget that is a little bit more than a simple input field | 22:12 |
srichter | so I do this using spans and it does not work | 22:12 |
srichter | I have no clue how to fix it | 22:12 |
srichter | especially without those declarations | 22:12 |
srichter | I really do not know where they are | 22:12 |
mgedmin | srichter, what exactly are you looking for? | 22:14 |
srichter | where the CSS class div.row is defined | 22:14 |
* th1a is pinging tvon on AIM... | 22:14 | |
*** tvon has joined #schooltool | 22:14 | |
tvon | Hello | 22:14 |
th1a | Thanks for popping in tvon. | 22:15 |
mgedmin | find src/ -name '*.css'|xargs grep --color=auto -w row | 22:15 |
tvon | I have a meeting in any second, but I'll be back after | 22:15 |
mgedmin | src/schooltool/app/browser/resources/layout.css:FORM.standalone .row { | 22:15 |
mgedmin | src/schooltool/app/browser/resources/layout.css:FORM.standalone > .row { | 22:15 |
mgedmin | hth | 22:15 |
srichter | mgedmin: that's not it; I grepped the code already too | 22:15 |
th1a | srichter is looking for where div.row is defined. | 22:15 |
mgedmin | but but but... we have no more css? | 22:16 |
mgedmin | unless some is inherited from zope 3? | 22:16 |
srichter | I checked even the HTML to see whether a CSS from Zope | 22:16 |
srichter | is imported | 22:16 |
srichter | not that I could see | 22:16 |
th1a | What if it isn't defined? | 22:16 |
* mgedmin stares suspiciously at Zope3/src/zope/app/rotterdam/zope3.css | 22:17 | |
tvon | srichter: did you try the web developer extension for ff? | 22:17 |
*** ignas has quit IRC | 22:17 | |
* tvon goes to a meeting | 22:17 | |
srichter | mgedmin: that's what I thought too, but I cannot see zope3.css anywhere | 22:17 |
mgedmin | srichter, perhaps there simply are no CSS declarations for div.row | 22:18 |
th1a | srichter: That web developer extension os quite handy. | 22:18 |
* mgedmin manages without it; with the dom inspector and a few bookmarklets | 22:18 | |
srichter | what is the web dev entension? | 22:18 |
srichter | what does it do for me? | 22:18 |
mgedmin | since no one is answering... | 22:23 |
srichter | I am feeling so powerless with the new div layout stuff | 22:23 |
mgedmin | srichter, the web dev extension gives you a new toolbar full of stuff | 22:23 |
mgedmin | that can highlight various things with the document structure | 22:23 |
mgedmin | play around with css rules | 22:23 |
mgedmin | change the browser window size | 22:23 |
mgedmin | enable/disable random things | 22:23 |
mgedmin | etc. | 22:23 |
srichter | I see | 22:23 |
th1a | Yes, sorry... | 22:23 |
srichter | so pretty much what mozilla has too | 22:23 |
th1a | Right, that's what I was referring to. | 22:24 |
mgedmin | https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Developer%20Tools&numpg=10&id=60 | 22:24 |
th1a | Yeah, that. | 22:24 |
* mgedmin is wondering what exactly srichter is trying to achieve | 22:25 | |
srichter | Okay, I have a field score system | 22:25 |
srichter | it is a fairly complex widget | 22:25 |
srichter | it has a choice field, but also let's you create a new score system on the fly and has thus a few (2) options | 22:26 |
srichter | of course I want this layed out liek the rest of the form | 22:26 |
srichter | all those options and select input should be indented behind the label | 22:26 |
srichter | but when I do that it always wraps to the beginning | 22:27 |
srichter | it is really dubious | 22:27 |
srichter | if I create a box, in this case div.field, why oh why is not all of its content bound to the boundaries of this box? | 22:28 |
mgedmin | are the contents floating? | 22:28 |
mgedmin | is the div floating? | 22:29 |
srichter | I dunno | 22:29 |
srichter | I think the div is floating, though I don't have the CSS | 22:29 |
mgedmin | the dom inspector is useful for finding out | 22:29 |
mgedmin | s/useful/VERY useful/ | 22:29 |
srichter | maybe this is the problem | 22:31 |
srichter | div.row and div.field are not even declared :-) | 22:31 |
mgedmin | that's what I said 15 minutes ago ;-) | 22:31 |
mgedmin | I believe they're only styled when they live inside a <form class="standalone"> | 22:32 |
srichter | right, so div.label is in schooltool.css | 22:32 |
srichter | no, outside too, but differently | 22:32 |
mgedmin | oh, that's div.row that's unstyled | 22:32 |
srichter | yes | 22:33 |
* mgedmin finds the split of CSS into 'layout.css' and 'schooltool.css' confusing | 22:33 | |
th1a | I'm afraid we're going to have to limp through with what we have. | 22:33 |
mgedmin | I think what you want to have is a floating label of a certain width, and a floating div with several input controls inside | 22:33 |
th1a | No more grand reorganizations 'til next year. | 22:34 |
mgedmin | and in your form div.row ought to have "clear: left" so that fields and labels do not just stack horizontally | 22:34 |
srichter | ok, I put a fieldset around the thing | 22:34 |
srichter | does not look pretty, but at least its understandable | 22:34 |
srichter | I am not going to fight CSS | 22:34 |
th1a | I'm not paying you to fight CSS ;-) | 22:35 |
srichter | th1a: Iam so happy you just said that! :-) | 22:35 |
*** Aiste has joined #schooltool | 22:41 | |
*** mgedmin has quit IRC | 22:54 | |
*** huats has joined #schooltool | 23:00 | |
*** huats has quit IRC | 23:04 | |
*** huats_ has joined #schooltool | 23:06 | |
huats_ | /msg nickserv link huats racoon | 23:07 |
*** huats_ has left #schooltool | 23:07 | |
*** huats has joined #schooltool | 23:09 | |
*** alga has quit IRC | 23:12 | |
* tvon returns | 23:57 | |
th1a | hauts: Hi Chris. | 23:57 |
huats | th1a, hi | 23:58 |
th1a | tvon: I think srichter solved his problem. | 23:58 |
huats | sorry I've quite long to notice | 23:58 |
th1a | That's the problem with having cool irc handles ;-) | 23:59 |
huats | that's it | 23:59 |
huats | I am discovered | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!