Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Problem with table headers and dates moving from 0.9.25 to 0.9.27 #3971

Closed
Assignees
kikuomax
Labels
@Verdoso

Description

@Verdoso

Hi there,
Due to a misconfiguration on my side, I had specified the buefy version starting with ^ so the app "upgraded" automatically, I found out that there is some change in the 0.9.27 version that breaks the UI without any error, log, trace or clue what's going on.
The symptoms I have sees so far are that table header search boxes and data pickers are broken.
For example:
0.9.25
imagen
0.9.27
imagen
0.9.25
imagen
0.9.27
imagen
This is just changing "buefy": "0.9.25", to "buefy": "0.9.27".
I can see there are some changes in the DOM in the headers, for example:
0.9.25
imagen
0.9.27
imagen

The table header itself is defined as follows:

            <b-table-column field="formattedCodi" label="Codi" width="8%" cell-class="alignRight" sortable searchable>              <template #searchable="props">                <b-input                  v-model="props.filters[props.column.field]"                  placeholder="autor..."                  @change.native="changedFilter"                />              </template>

So maybe there are some incompatibilities or other libraries to upgrade that I'm not aware of, I did not see anything about having to upgrade anything else in the changelog.
Anybody has seen this also? Any clue on what might be happening?
Also, a warning for those of you using 0.9.2X and do not specify ONE version, you might run into the same issue so be careful 😄

Cheers!
D.

Buefy version: 0.9.27
Vuejs version: 2.6.12
AFAIK All OS/All browsers:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp