Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2018-05-19 12:49:50

Gallex
Member
Registered: 2006-10-08
Posts: 1,304

CSS: Edge browser and list item

hi!

could anybody tell me, why latest Edge browser displays extra margin and discs in this page #main-menu ul ul list items? :(
i can’t figure it out…

Offline

#2 2018-05-19 13:14:45

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,134
Website

Re: CSS: Edge browser and list item

It is a long-lived issue with IE + Edge

a fix (courtesy of Jquery-UI) – use a transparent image as list marker:

#main-menu ul ul li {
  list-style: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

that is the smallest possible data URL for a transparent image that the folks of the Jquery team could generate.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#3 2018-05-19 13:23:02

Gallex
Member
Registered: 2006-10-08
Posts: 1,304

Re: CSS: Edge browser and list item

thank’s! but extra margins – any ideas?

Offline

#4 2018-05-19 14:06:51

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: CSS: Edge browser and list item

A discussion on github and twitter.

Offline

#5 2018-05-20 00:34:04

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,134
Website

Re: CSS: Edge browser and list item

Gallex wrote #311891:

thank’s! but extra margins – any ideas?

Hmm, no clue right now, will need to debug more deeply when I’am sitting in front of a Windows box.

Which version of Edge are you seeing that margin problem?


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#6 2018-05-20 10:19:10

Gallex
Member
Registered: 2006-10-08
Posts: 1,304

Re: CSS: Edge browser and list item

phiw13 wrote #311906:

Which version of Edge are you seeing that margin problem?

latest. i think windows 10 build 17134

before the latest version, it didn’t add a margins

edit: found version number: Microsoft Edge 42.17134.1.0, Microsoft EdgeHTML 17.17134

Last edited by Gallex (2018-05-20 11:13:53)

Offline

#7 2018-05-20 11:26:46

Gallex
Member
Registered: 2006-10-08
Posts: 1,304

Re: CSS: Edge browser and list item

michaelkpate wrote #311892:

A discussion on github and twitter.

thank’s!

this solved the issue:

#main-menu ul ul li{float:left; width:100%;}
#main-menu ul ul li a{float:left; width:100%;}

Offline

#8 2018-05-20 22:37:27

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,086
Website Mastodon

Re: CSS: Edge browser and list item

Gallex wrote #311889:

hi!

RE: this page

nice site. curious if you are using a theme? if so which one?


…. texted postive

Online

#9 2018-05-21 06:43:29

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,134
Website

Re: CSS: Edge browser and list item

Gallex wrote #311909:

latest. i think(…)

edit: found version number: Microsoft Edge 42.17134.1.0, Microsoft EdgeHTML 17.17134

I don’t have that one – yet. It appears to be in the download cue, if I understand the software update panel. So maybe one of these days…

Out of curiosity, where was the spooky unexpected margin? Top or left, or all sides ? Trying to understand the mechanics at play.

And when when, for Amaterasu’s sake, are they going to fix that bloody bug. grumble.

Last edited by phiw13 (2018-05-21 06:45:08)


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#10 2018-05-21 08:48:13

Gallex
Member
Registered: 2006-10-08
Posts: 1,304

Re: CSS: Edge browser and list item

phiw13 wrote #311929:

Out of curiosity, where was the spooky unexpected margin? Top or left, or all sides ? Trying to understand the mechanics at play.

top

Offline

#11 2018-05-21 08:49:12

Gallex
Member
Registered: 2006-10-08
Posts: 1,304

Re: CSS: Edge browser and list item

bici wrote #311924:

nice site. curious if you are using a theme? if so which one?

no. self-made

Offline

#12 2018-05-21 08:54:07

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,134
Website

Re: CSS: Edge browser and list item

Gallex wrote #311930:

top

Thanks. So an interaction between the list-marker and the block inside the <li /> I suspect. They seem to copy a weird behavior from Chromium.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

Board footer

Powered by FluxBB