Akryum / awesomejs.dev

Find awesome packages for the framework you are using
https://awesomejs.dev
MIT License
208 stars 22 forks source link

Search text box is buggy on FF #1

Closed edimitchel closed 4 years ago

edimitchel commented 5 years ago

Hi !

I found an issue with my Firefox ESR 60. The search box is not available (even with focus). Search component seems to not be render properly.

5c25f803-651d-4fcd-9470-40232516fd94

DOM of the header

<div class="flex px-4 my-4 lg:px-16 lg:my-8 relative">
  <a href="/" class="flex-none router-link-active"
    ><img src="/img/project-types/vue.png" alt="Logo" class="w-8 h-8 rounded"
  /></a>
  <div class="flex-1"></div>
  <a
    href="/pkg/add?projectTypeId=244960085436006912"
    class="inline-block cursor-pointer text-center relative rounded select-none outline-none px-4 py-1 text-gray-600 hover:text-gray-500 mr-4"
    type="button"
    tabindex="0"
    role="button"
    ><div class="flex items-center justify-center rounded">
      <i class="material-icons text-lg mr-2">add</i> Add package
      <!---->
    </div>
    <!----></a
  >
  <div>
    <div class="w-8 h-8 flex items-center justify-center">
      <a href="/me/" class=""
        ><img
          src="https://avatars3.githubusercontent.com/u/2922851?v=4"
          alt="User"
          class="max-w-full max-h-full rounded-full bg-gray-700"
      /></a>
    </div>
  </div>
  <div class="absolute top-0 left-0 w-full h-0 flex justify-center">
    <button
      type="button"
      tabindex="0"
      role="button"
      class="inline-block cursor-pointer text-center relative rounded select-none outline-none px-4 py-1 text-gray-600 hover:text-gray-500"
    >
      <div class="flex items-center justify-center rounded">
        <i class="material-icons text-lg mr-2">search</i> Search...
        <!---->
      </div>
      <!---->
    </button>
  </div>
</div>
Akryum commented 5 years ago

This seems to be a bug fixed in more recent releases of Fx. I can't reproduce on mine (v.69).

edimitchel commented 5 years ago

Yes, but ESR version is blocked to 60th version.