Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

JQM 1.4.2: Anchor buttons width is different when used inside footer with grid #7232

@Talkless

Description

@Talkless

JSFiddle: using JQM 1.4.2: http://jsfiddle.net/34qUF/
JSFiddle: using JQM 1.3.2: http://jsfiddle.net/YxA2R/1

Is this by design (yet another deprecation?), o regression? Did I missed something in documentation?

It looks like making "display: block" (instead of inline-block) here:

.ui-header .ui-btn, .ui-footer .ui-btn {
  display: block;
  font-size: 12.5px;
  vertical-align: middle;
}

for buttons fixes it, but shouldn't they be inline only when specifically adding ui-btn-inline or something..? Or, shouldn’t work in the same way for consistency?

P.S. I could use

, but anchor's #href is more convenient in my case. In any way, I think it's worth noting it here.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions