Layout after CVS update.

Begonnen von Guest, 22 April 2010, 01:42:44

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

After I installed from the latest cvs and make install-pgm2 my fhem's
layout is messed up.

Nice that I have the FHEM logo on the screen, really I like it.

However the text links and textbox-objects are behind the objects
attributes and values. I hope I describe this clearly enough. Seems
like the different div boxes are overlapping making it hard to read.

Looked in the css files, but I see no positioning, appliers to me the
relative positions placement has been replaced by absolute or
something.

Am I the only one?

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

rudolfkoenig

                                                   

> I hope I describe this clearly enough.

I'm afraid I need a screenshot. And please tell us which browser are you using.


> Looked in the css files, but I see no positioning, appliers to me the
> relative positions placement has been replaced by absolute or
> something.

My css has lines like
  #left  { position:absolute; top:20px; left:20px; width:140px; }
which looks like positioning to me :)

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Image:
http://wpc4065.amenworld.com/tmp/IE-CVS.png

After checking with FF and Chrome I can say these are displaying FHEM
correctly.
I removed all the files in /usr/local/lib/FHEM, before I updated.
mv-ed the old config file.

The version of the browser I have the problems with : Internet
Explorer 8.0.7600.16385

All together it is not a big deal, but hoping you can use the feedback
for future improvements.

Cheers

On 22 apr, 08:17, Rudolf Koenig wrote:
> > I hope I describe this clearly enough.
>
> I'm afraid I need a screenshot. And please tell us which browser are you using.
>
> > Looked in the css files, but I see no positioning, appliers to me the
> > relative positions placement has been replaced by absolute or
> > something.
>
> My css has lines like
>   #left  { position:absolute; top:20px; left:20px; width:140px; }
> which looks like positioning to me :)
>
> --
> Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
> Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
> Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
> Besuchen Sie die Gruppe unterhttp://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

rudolfkoenig

                                                   

> All together it is not a big deal, but hoping you can use the feedback
> for future improvements.

Thanks. I only tested it with IE7, and it was working fine.

I think the problem is that IE8 terminates the table at the point where the
DEF element is, and creates a new table at the top. This element contains a
hidden form, the hidden attribute is toggled by clicking on the "modify "
link above the table (which is hidden on your picture). Changing the attribute
is done with javascript.

I don't exactly know the HTML spec, but I think it is an IE8.0 bug.

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

Microsoft not following W3C standards again, I guess.

On 22 apr, 10:33, Rudolf Koenig wrote:
> > All together it is not a big deal, but hoping you can use the feedback
> > for future improvements.
>
> Thanks. I only tested it with IE7, and it was working fine.
>
> I think the problem is that IE8 terminates the table at the point where the
> DEF element is, and creates a new table at the top. This element contains a
> hidden form, the hidden attribute is toggled by clicking on the "modify "
> link above the table (which is hidden on your picture). Changing the attribute
> is done with javascript.
>
> I don't exactly know the HTML spec, but I think it is an IE8.0 bug.
>
> --
> Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
> Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
> Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
> Besuchen Sie die Gruppe unterhttp://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.